diff --git a/types/react-redux/index.d.ts b/types/react-redux/index.d.ts index 3dce0d9bdf..1cf2169388 100644 --- a/types/react-redux/index.d.ts +++ b/types/react-redux/index.d.ts @@ -164,7 +164,7 @@ interface MergeProps { (stateProps: TStateProps, dispatchProps: TDispatchProps, ownProps: TOwnProps): TMergedProps; } -interface Options extends ConnectOptions { +interface Options extends ConnectOptions { /** * If true, implements shouldComponentUpdate and shallowly compares the result of mergeProps, * preventing unnecessary updates, assuming that the component is a “pure” component