Sebastian De Deyne 8 سال پیش
والد
کامیت
10be6af789
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      src/index.js

+ 3 - 3
src/index.js

@@ -261,11 +261,11 @@ class Store {
   }
   }
 
 
   /**
   /**
-   * Setup mutation check: if the vuex instance's state is mutated
+   * Setup mutation check: if the Vuex instance's state is mutated
    * outside of a mutation handler, we throw en error. This effectively
    * outside of a mutation handler, we throw en error. This effectively
-   * enforces all mutations to the state to be trackable and hot-reloadble.
+   * enforces all mutations to the state to be trackable and hot-reloadable.
    * However, this comes at a run time cost since we are doing a deep
    * However, this comes at a run time cost since we are doing a deep
-   * 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
    * strict option is set to true.
    * strict option is set to true.
    */
    */