Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
update API docs related to withReducer (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
fytriht authored and istarkov committed Apr 11, 2017
1 parent a356356 commit efbefe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ withReducer<S, A>(
stateName: string,
dispatchName: string,
reducer: (state: S, action: A) => S,
initialState: S
initialState: S | (ownerProps: Object) => S
): HigherOrderComponent
```

Expand Down

0 comments on commit efbefe9

Please sign in to comment.