Skip to content

Commit

Permalink
(docs): Update MigrationGuide typo (rt2zz#738)
Browse files Browse the repository at this point in the history
Fixes a typo that might save some minutes to someone :)
  • Loading branch information
geriux authored and rt2zz committed Mar 3, 2018
1 parent af2b2e0 commit 1097bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/MigrationGuide-v5.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Long story short, the changes are required in order to support new use cases
- v5 ships with an experimental v4 -> v5 migration that works by overriding the default getStoredState implementation
**Warning** this is completely untested, please try and report back with any issues.
```js
import getStoredStateMigrateV4 from 'redux-persist/lib/integration/getStoredStateMigratev4'
import getStoredStateMigrateV4 from 'redux-persist/lib/integration/getStoredStateMigrateV4'
// ...
persistReducer({
// ...
Expand Down

0 comments on commit 1097bdc

Please sign in to comment.