Skip to content

Commit ba2ff3a

Browse files
Relequestualktsn
authored andcommitted
docs: Add missing word. (#1643)
Makes the flow of reading nicer.
1 parent d270338 commit ba2ff3a

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
@@ -301,7 +301,7 @@ You can also remove a dynamically registered module with `store.unregisterModule
301301

302302
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 })`
303303

304-
When you set `preserveState: true`, the module is registered, actions, mutations and getters are added to the store, but the state not. It's assumed that your store state already contains state for that module and you don't want to overwrite it.
304+
When you set `preserveState: true`, the module is registered, actions, mutations and getters are added to the store, but the state is not. It's assumed that your store state already contains state for that module and you don't want to overwrite it.
305305

306306
### Module Reuse
307307

0 commit comments

Comments
 (0)