浏览代码

little fix (#395)

Francisco Daniel 8 年之前
父节点
当前提交
5c59c214ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/api.md

+ 1 - 1
docs/en/api.md

@@ -135,7 +135,7 @@ const store = new Vuex.Store({ ...options })
 
 - **`subscribe(handler: Function)`**
 
-  Subscribe to store mutations. The `handler` is called after every mutaiton and receives the mutation descriptor and post-mutation state as arguments:
+  Subscribe to store mutations. The `handler` is called after every mutation and receives the mutation descriptor and post-mutation state as arguments:
 
   ``` js
   store.subscribe((mutation, state) => {