Skip to content

Commit 59a85be

Browse files
mcgrathgmarkerikson
authored andcommitted
Fix typing typo (#205)
1 parent 16e0686 commit 59a85be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/createSlice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ to force the TS compiler to accept the computed property.)
7575
{
7676
slice : string,
7777
reducer : ReducerFunction,
78-
actions : Object<string, ActionCreator},
78+
actions : Object<string, ActionCreator>,
7979
}
8080
```
8181

0 commit comments

Comments
 (0)