diff --git a/docs/API.md b/docs/API.md index 0a7f87d0..3ee2fa30 100644 --- a/docs/API.md +++ b/docs/API.md @@ -282,7 +282,7 @@ withReducer( stateName: string, dispatchName: string, reducer: (state: S, action: A) => S, - initialState: S + initialState: S | (ownerProps: Object) => S ): HigherOrderComponent ```