Skip to content

Commit 4f3c2e2

Browse files
pvoronatimdorr
authored andcommitted
Replace double whitespaces with single once in the custom store warning message (#1199)
1 parent 471cb2c commit 4f3c2e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/connectAdvanced.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ export default function connectAdvanced(
7676
)
7777

7878
const customStoreWarningMessage =
79-
'To use a custom Redux store for specific components, create a custom React context with ' +
79+
'To use a custom Redux store for specific components, create a custom React context with ' +
8080
"React.createContext(), and pass the context object to React Redux's Provider and specific components" +
81-
' like: <Provider context={MyContext}><ConnectedComponent context={MyContext} /></Provider>. ' +
81+
' like: <Provider context={MyContext}><ConnectedComponent context={MyContext} /></Provider>. ' +
8282
'You may also pass a {context : MyContext} option to connect'
8383

8484
invariant(

0 commit comments

Comments
 (0)