Skip to content

Commit

Permalink
Remove these spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Jan 20, 2020
1 parent cff554d commit 77a2044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/hooks.md
Expand Up @@ -33,7 +33,7 @@ From there, you may import any of the listed React Redux hooks APIs and use them
## `useSelector()`

```js
const result : any = useSelector(selector : Function, equalityFn? : Function)
const result: any = useSelector(selector: Function, equalityFn?: Function)
```

Allows you to extract data from the Redux store state, using a selector function.
Expand Down

0 comments on commit 77a2044

Please sign in to comment.