Browse Source

Typo fix

main
Andres Kalle 10 years ago
parent
commit
25104d6a52
  1. 2
      docs/ref-09-glossary.md

2
docs/ref-09-glossary.md

@ -119,7 +119,7 @@ OR using JSX:
var element = <MyComponent />;
```
When this is passed to `React.render`, React will call the constructor for you and create a `ReactComponent`, which returned.
When this is passed to `React.render`, React will call the constructor for you and create a `ReactComponent`, which is returned.
```javascript
var component = React.render(element, document.getElementById('example'));

Loading…
Cancel
Save