Skip to content

Commit 2678e29

Browse files
authored
Merge pull request piotrwitek#14 from rubysolo/patch-2
fix typo :)
2 parents 42dcd37 + c1a1a3d commit 2678e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/src/redux/counters/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export type Actions = {
1111
};
1212

1313
// Action Creators
14-
export const actionCreatorss = {
14+
export const actionCreators = {
1515
incrementSfc: (): Actions[typeof INCREMENT_SFC] => ({
1616
type: INCREMENT_SFC,
1717
}),

0 commit comments

Comments
 (0)