Skip to content

Commit

Permalink
fixed typo (reduxjs#1285)
Browse files Browse the repository at this point in the history
Changed "Prefer `useSelector()` as your primary choices." to ...primary
choice.
  • Loading branch information
jonyonson authored and markerikson committed May 15, 2019
1 parent 4b02f92 commit cc0b881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const store = useStore()

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

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.
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.

#### Examples

Expand Down

0 comments on commit cc0b881

Please sign in to comment.