Skip to content

Commit

Permalink
fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Raice Hannay committed Dec 11, 2019
1 parent 650bf6e commit b641db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/WrapperWithRedux.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Wrapper<
C extends React.ComponentType<any>,
S extends {} = TStoreState,
P extends React.ComponentProps<C> = React.ComponentProps<C>
> extends WrapperWithRedux<C, S, P> {
> extends BaseWrapper<C, S, P> {
protected createStore(
initialState: DeepPartial<S>,
middlewares: Middleware[]
Expand Down

0 comments on commit b641db3

Please # to comment.