We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44ab7f commit 10be6afCopy full SHA for 10be6af
src/index.js
@@ -261,11 +261,11 @@ class Store {
261
}
262
263
/**
264
- * Setup mutation check: if the vuex instance's state is mutated
+ * Setup mutation check: if the Vuex instance's state is mutated
265
* outside of a mutation handler, we throw en error. This effectively
266
- * enforces all mutations to the state to be trackable and hot-reloadble.
+ * enforces all mutations to the state to be trackable and hot-reloadable.
267
* However, this comes at a run time cost since we are doing a deep
268
- * watch on the entire state tree, so it is only enalbed with the
+ * watch on the entire state tree, so it is only enabled if the
269
* strict option is set to true.
270
*/
271
0 commit comments