We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff554d commit 77a2044Copy full SHA for 77a2044
docs/api/hooks.md
@@ -33,7 +33,7 @@ From there, you may import any of the listed React Redux hooks APIs and use them
33
## `useSelector()`
34
35
```js
36
-const result : any = useSelector(selector : Function, equalityFn? : Function)
+const result: any = useSelector(selector: Function, equalityFn?: Function)
37
```
38
39
Allows you to extract data from the Redux store state, using a selector function.
0 commit comments