Rewording for clarity

This commit is contained in:
Preston Parry
2015-01-27 11:04:21 -08:00
parent 8bbaa95a49
commit cadbe1d27e
+1 -1
View File
@@ -47,7 +47,7 @@ React's JSX uses the upper vs. lower case convention to distinguish between loca
## The Transform
React JSX transforms from an XML-like syntax into native JavaScript. XML elements, attributes and children are transformed into arguments to `React.createElement`.
React JSX transforms from an XML-like syntax into native JavaScript. XML elements, attributes and children are transformed into arguments that are passed to `React.createElement`.
```javascript
var Nav;