mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 05:03:07 +00:00
Fix typo in Hooks FAQ
This commit is contained in:
@@ -407,7 +407,7 @@ function TodosApp() {
|
||||
}
|
||||
```
|
||||
|
||||
Any child in the tree inside `TodosApp` can read use the `dispatch` function to pass actions up to `TodosApp`:
|
||||
Any child in the tree inside `TodosApp` can use the `dispatch` function to pass actions up to `TodosApp`:
|
||||
|
||||
```js{2,3}
|
||||
function DeepChild(props) {
|
||||
|
||||
Reference in New Issue
Block a user