We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd38ee0 commit 4a22523Copy full SHA for 4a22523
docs/en/api.md
@@ -64,7 +64,7 @@ const store = new Vuex.Store({ ...options })
64
- type: `Boolean`
65
- default: `false`
66
67
- Force the Vuex store into strict mode. In strict mode any mutations to Vuex state outside of mutation handlers will throw en Error.
+ Force the Vuex store into strict mode. In strict mode any mutations to Vuex state outside of mutation handlers will throw an Error.
68
69
[Details](strict.md)
70
0 commit comments