diff --git a/content/docs/reference-react-component.md b/content/docs/reference-react-component.md index 0cf5ec06..53d1a77d 100644 --- a/content/docs/reference-react-component.md +++ b/content/docs/reference-react-component.md @@ -19,7 +19,7 @@ redirect_from: ## Overview -React provides two ways to define components. For very simple components that just render something based on their props, you can use a function: +React provides two ways to define components. For very simple components that render something based on their props and don't do anything else, you can use a function: ```js function Welcome(props) {