Skip to content

Commit

Permalink
Fix typo in doc (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
devhyunjae authored and kirill-konshin committed Jun 13, 2018
1 parent 9b1895c commit 20bbb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ export default withRedux(makeStore, {debug: true})(class MyApp extends App {
return (
<Container>
<Provider store={store}>
<PersistGate persistor={store.__persistor} loading: {<div>Loading</div>}>
<PersistGate persistor={store.__persistor} loading={<div>Loading</div>}>
<Component {...pageProps} />
</PersistGate>
</Provider>
Expand Down

0 comments on commit 20bbb11

Please sign in to comment.