diff --git a/beta/src/content/learn/thinking-in-react.md b/beta/src/content/learn/thinking-in-react.md index 797f0f0c3..4b2fcfdb3 100644 --- a/beta/src/content/learn/thinking-in-react.md +++ b/beta/src/content/learn/thinking-in-react.md @@ -455,7 +455,7 @@ function SearchBar({ filterText, inStockOnly }) { placeholder="Search..."/> ``` -However, you haven't added any code to respond to the user actions like typing yet. This wil be your final step. +However, you haven't added any code to respond to the user actions like typing yet. This will be your final step. ## Step 5: Add inverse data flow {/*step-5-add-inverse-data-flow*/}