瀏覽代碼

Update mutations.md

spelling :)
fallenpeace 9 年之前
父節點
當前提交
1f5fd3dc03
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/mutations.md

+ 1 - 1
docs/en/mutations.md

@@ -60,7 +60,7 @@ import { SOME_MUTATION } from './mutation-types'
 
 
 const vuex = new Vuex({
 const vuex = new Vuex({
   state: { ... },
   state: { ... },
-  actiosn: { ... },
+  actions: { ... },
   mutations: {
   mutations: {
     // we can use the ES2015 computed property name feature
     // we can use the ES2015 computed property name feature
     // to use a constant as the function name
     // to use a constant as the function name