Skip to content

Commit 7fd8a8d

Browse files
authored
Fix typo in Hooks FAQ
1 parent a8bf119 commit 7fd8a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/hooks-faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ function TodosApp() {
407407
}
408408
```
409409

410-
Any child in the tree inside `TodosApp` can read use the `dispatch` function to pass actions up to `TodosApp`:
410+
Any child in the tree inside `TodosApp` can use the `dispatch` function to pass actions up to `TodosApp`:
411411

412412
```js{2,3}
413413
function DeepChild(props) {

0 commit comments

Comments
 (0)