소스 검색

Merge pull request #7 from fallenpeace/patch-1

Update mutations.md
Evan You 9 년 전
부모
커밋
84ee26982b
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({
   state: { ... },
-  actiosn: { ... },
+  actions: { ... },
   mutations: {
     // we can use the ES2015 computed property name feature
     // to use a constant as the function name