Skip to content

Commit 06deefa

Browse files
brentckleinalexkrolick
authored andcommitted
Update hooks-effect.md (#2005)
1 parent a03df07 commit 06deefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/hooks-effect.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ function FriendStatusWithCounter(props) {
333333
}
334334
```
335335
336-
**Hooks lets us split the code based on what it is doing** rather than a lifecycle method name. React will apply *every* effect used by the component, in the order they were specified.
336+
**Hooks let us split the code based on what it is doing** rather than a lifecycle method name. React will apply *every* effect used by the component, in the order they were specified.
337337
338338
### Explanation: Why Effects Run on Each Update {#explanation-why-effects-run-on-each-update}
339339

0 commit comments

Comments
 (0)