1
0
Эх сурвалжийг харах

Update mutations.md

spelling :)
fallenpeace 9 жил өмнө
parent
commit
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({
   state: { ... },
-  actiosn: { ... },
+  actions: { ... },
   mutations: {
     // we can use the ES2015 computed property name feature
     // to use a constant as the function name