Skip to content

Commit c76e890

Browse files
authored
Merge branch 'master' into master
2 parents c48651d + 2e47e5e commit c76e890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/hooks-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ Note that in the above example we **need** to keep the function in the dependenc
656656

657657
### What can I do if my effect dependencies change too often? {#what-can-i-do-if-my-effect-dependencies-change-too-often}
658658

659-
Sometimes, your effect may be using reading state that changes too often. You might be tempted to omit that state from a list of dependencies, but that usually leads to bugs:
659+
Sometimes, your effect may be using state that changes too often. You might be tempted to omit that state from a list of dependencies, but that usually leads to bugs:
660660

661661
```js{6,9}
662662
function Counter() {

0 commit comments

Comments
 (0)