mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 23:05:23 +00:00
fix typo
This commit is contained in:
@@ -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*/}
|
||||
|
||||
Reference in New Issue
Block a user