Skip to content

Commit b2be29c

Browse files
authored
docs: Fix grammar in rules-of-hooks documentation
1 parent 2534424 commit b2be29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/eslint-plugin-react-hooks/lints/rules-of-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ if (isLoggedIn) {
119119
}
120120
```
121121

122-
Call the hook unconditionally, check condition inside:
122+
Call the hook unconditionally, check the condition inside:
123123

124124
```js
125125
// ✅ Condition inside hook

0 commit comments

Comments
 (0)