Skip to content

Commit 10be6af

Browse files
sebastiandedeynektsn
authored andcommitted
Docs cleanup (#233)
1 parent f44ab7f commit 10be6af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,11 +261,11 @@ class Store {
261261
}
262262

263263
/**
264-
* Setup mutation check: if the vuex instance's state is mutated
264+
* Setup mutation check: if the Vuex instance's state is mutated
265265
* outside of a mutation handler, we throw en error. This effectively
266-
* enforces all mutations to the state to be trackable and hot-reloadble.
266+
* enforces all mutations to the state to be trackable and hot-reloadable.
267267
* 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
268+
* watch on the entire state tree, so it is only enabled if the
269269
* strict option is set to true.
270270
*/
271271

0 commit comments

Comments
 (0)