Browse Source

Rewording for clarity

main
Preston Parry 10 years ago
parent
commit
5187f9c650
  1. 2
      docs/02.1-jsx-in-depth.md

2
docs/02.1-jsx-in-depth.md

@ -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;

Loading…
Cancel
Save