浏览代码

Update actions.md (#288)

Just a minor typographical error. Great work!
Obura Tongoi 8 年之前
父节点
当前提交
f8d2195efe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/actions.md

+ 1 - 1
docs/en/actions.md

@@ -10,7 +10,7 @@ function increment (store) {
   store.dispatch('INCREMENT')
 }
 
-// a action with additional arguments
+// an action with additional arguments
 // with ES2015 argument destructuring
 function incrementBy ({ dispatch }, amount) {
   dispatch('INCREMENT', amount)