Skip to content

Commit c60922f

Browse files
authored
Fix incorrect negative in use-memo intro (#8027)
1 parent 49c2d26 commit c60922f

File tree

1 file changed

+1
-1
lines changed
  • src/content/reference/eslint-plugin-react-hooks/lints

1 file changed

+1
-1
lines changed

src/content/reference/eslint-plugin-react-hooks/lints/use-memo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: rc
55

66
<Intro>
77

8-
Validates usage of the `useMemo` hook without a return value. See [`useMemo` docs](/reference/react/useMemo) for more information.
8+
Validates that the `useMemo` hook is used with a return value. See [`useMemo` docs](/reference/react/useMemo) for more information.
99

1010
</Intro>
1111

0 commit comments

Comments
 (0)