Skip to content

Commit

Permalink
docs: eliminate extra work (#1442)
Browse files Browse the repository at this point in the history
"You can do achieve this" -> "You can achieve this"
  • Loading branch information
dcrall authored and ktsn committed Nov 7, 2018
1 parent de05152 commit 0fa5c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/modules.md
Expand Up @@ -295,7 +295,7 @@ Dynamic module registration makes it possible for other Vue plugins to also leve

You can also remove a dynamically registered module with `store.unregisterModule(moduleName)`. Note you cannot remove static modules (declared at store creation) with this method.

It may be likely that you want to preserve the previous state when registering a new module, such as preserving state from a Server Side Rendered app. You can do achieve this with `preserveState` option: `store.registerModule('a', module, { preserveState: true })`
It may be likely that you want to preserve the previous state when registering a new module, such as preserving state from a Server Side Rendered app. You can achieve this with `preserveState` option: `store.registerModule('a', module, { preserveState: true })`

### Module Reuse

Expand Down

0 comments on commit 0fa5c9f

Please sign in to comment.