facebook / jsx

The JSX specification is a XML-like syntax extension to ECMAScript.
http://facebook.github.io/jsx/
1.96k stars 133 forks source link

Fix JSXNamedspacedName typo #77

Closed brandonpayton closed 6 years ago

brandonpayton commented 7 years ago

Hi, I'm taking advantage of JSXNamespacedName and noticed a typo. This corrects an instance of "JSXNamedspacedName" to "JSXNamespacedName".

Thanks for your work on JSX!

sebmarkbage commented 6 years ago

Thanks. I'll rebuild this from the original source in the master branch.

brandonpayton commented 6 years ago

My apologies. I didn't know this was generated from the README, but that makes sense.

Thanks for making the change.