This commit is contained in:
Strek
2022-09-08 15:14:07 +05:30
parent c99028d64d
commit 94606302fc

View File

@@ -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*/}