Skip to content

Commit b9a135a

Browse files
committed
Typo
1 parent 7b390e3 commit b9a135a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ redux-actions
1010
npm install --save redux-actions
1111
```
1212

13-
### `createAction(type, ?actionCreator = Identity)`
13+
### `createAction(type, actionCreator = Identity)`
1414

1515
Wraps an action creator so that its return value is the payload of a Flux Standard Action. If no action creator is passed, or if the action creator is not a function, the identity function is used.
1616

0 commit comments

Comments
 (0)