Skip to content

Commit 80d7977

Browse files
committed
rework wording
1 parent 2863ee7 commit 80d7977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ const { count, user } = useSelector((state) => ({
262262
}))
263263
```
264264

265-
If a selector result is suitably stable, or memoised, it will not return a different result and thus not cause a warning to be logged.
265+
If a selector result is suitably stable (or the selector is memoized), it will not return a different result and no warning will be logged.
266266

267267
By default, this will only happen when the selector is first called. You can configure the check in the Provider or at each `useSelector` call.
268268

0 commit comments

Comments
 (0)