You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/hooks-effect.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -333,7 +333,7 @@ function FriendStatusWithCounter(props) {
333
333
}
334
334
```
335
335
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.
337
337
338
338
### Explanation: Why Effects Run on Each Update {#explanation-why-effects-run-on-each-update}
0 commit comments