Fix incorrect negative in use-memo intro (#8027)

This commit is contained in:
Karl Horky
2025-10-01 03:01:55 +02:00
committed by GitHub
parent 49c2d26722
commit c60922ff73

View File

@@ -5,7 +5,7 @@ version: rc
<Intro>
Validates usage of the `useMemo` hook without a return value. See [`useMemo` docs](/reference/react/useMemo) for more information.
Validates that the `useMemo` hook is used with a return value. See [`useMemo` docs](/reference/react/useMemo) for more information.
</Intro>