浏览代码

fixed typos (#764)

* fixed typos

* fix typos from bad english... sorry guys
Johannes Karow 8 年之前
父节点
当前提交
a5f27c5bf4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/mutations.md

+ 1 - 1
docs/en/mutations.md

@@ -93,7 +93,7 @@ Since a Vuex store's state is made reactive by Vue, when we mutate the state, Vu
 
 
 ### Using Constants for Mutation Types
 ### Using Constants for Mutation Types
 
 
-It is a commonly seen pattern to use constants for mutation types in various Flux implementations. This allow the code to take advantage of tooling like linters, and putting all constants in a single file allows your collaborators to get an at-a-glance view of what mutations are possible in the entire application:
+It is a commonly seen pattern to use constants for mutation types in various Flux implementations. This allows the code to take advantage of tooling like linters, and putting all constants in a single file allows your collaborators to get an at-a-glance view of what mutations are possible in the entire application:
 
 
 ``` js
 ``` js
 // mutation-types.js
 // mutation-types.js