Skip to content

Commit 0fa5c9f

Browse files
dcrallktsn
authored andcommitted
docs: eliminate extra work (vuejs#1442)
"You can do achieve this" -> "You can achieve this"
1 parent de05152 commit 0fa5c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Dynamic module registration makes it possible for other Vue plugins to also leve
295295

296296
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.
297297

298-
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 })`
298+
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 })`
299299

300300
### Module Reuse
301301

0 commit comments

Comments
 (0)