Skip to content

Commit 7669175

Browse files
jonyonsonmarkerikson
authored andcommitted
fixed typo (#1285)
Changed "Prefer `useSelector()` as your primary choices." to ...primary choice.
1 parent dcf2cb0 commit 7669175

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
@@ -156,7 +156,7 @@ const store = useStore()
156156

157157
This hook returns a reference to the same Redux store that was passed in to the `<Provider>` component.
158158

159-
This hook should probably not be used frequently. Prefer `useSelector()` as your primary choices. However, this may be useful for less common scenarios that do require access to the store, such as replacing reducers.
159+
This hook should probably not be used frequently. Prefer `useSelector()` as your primary choice. However, this may be useful for less common scenarios that do require access to the store, such as replacing reducers.
160160

161161
#### Examples
162162

0 commit comments

Comments
 (0)