Skip to content

Commit bdad1f9

Browse files
morgsmccauleymarkerikson
authored andcommitted
Fix typo in hooks.md (reduxjs#1311)
1 parent 5603414 commit bdad1f9

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
@@ -388,7 +388,7 @@ export function useActions(actions, deps) {
388388
### Recipe: `useShallowEqualSelector()`
389389

390390
```js
391-
import { shallowEqual } from 'react-redux'
391+
import { useSelector, shallowEqual } from 'react-redux'
392392

393393
export function useShallowEqualSelector(selector) {
394394
return useSelector(selector, shallowEqual)

0 commit comments

Comments
 (0)