Skip to content

Commit 77a2044

Browse files
authored
Remove these spaces.
1 parent cff554d commit 77a2044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ From there, you may import any of the listed React Redux hooks APIs and use them
3333
## `useSelector()`
3434

3535
```js
36-
const result : any = useSelector(selector : Function, equalityFn? : Function)
36+
const result: any = useSelector(selector: Function, equalityFn?: Function)
3737
```
3838

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

0 commit comments

Comments
 (0)