diff --git a/docs/ref-09-glossary.md b/docs/ref-09-glossary.md index a1cd3d96..3179cc1f 100644 --- a/docs/ref-09-glossary.md +++ b/docs/ref-09-glossary.md @@ -119,7 +119,7 @@ OR using JSX: var element = ; ``` -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'));