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(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
   ``` js
   store.subscribe((mutation, state) => {
   store.subscribe((mutation, state) => {