Skip to content

Commit

Permalink
Merge pull request vue-electron#24 from PaulBernier/patch-1
Browse files Browse the repository at this point in the history
Replace confusing use of 'action' by 'mutation'
  • Loading branch information
Andrew Emelianenko authored Feb 16, 2019
2 parents da0a035 + 2f40a00 commit 2e979d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Available options for `createPersistedState()`
```javascript
createPersistedState({
whitelist: ["whitelistedAction", "anotherWhitelistedAction"],
whitelist: ["whitelistedMutation", "anotherWhitelistedMutation"],
// or
Expand All @@ -89,7 +89,7 @@ createPersistedState({
// or
blacklist: ["ignoredAction", "anotherIgnoredAction"],
blacklist: ["ignoredMutation", "anotherIgnoredMutation"],
// or
Expand Down

0 comments on commit 2e979d8

Please sign in to comment.