Skip to content

Commit d5849b8

Browse files
committed
updated source file
1 parent 58907e5 commit d5849b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import store from '@src/store';
22
import { countersActions } from '@src/redux/counters';
33

4-
// store.dispatch(actionCreators.increment(1)); // Error: Expected 0 arguments, but got 1.
4+
// store.dispatch(countersActions.increment(1)); // Error: Expected 0 arguments, but got 1.
55
store.dispatch(countersActions.increment()); // OK => { type: "INCREMENT" }

0 commit comments

Comments
 (0)