Ver código fonte

Update actions.md (#288)

Just a minor typographical error. Great work!
Obura Tongoi 8 anos atrás
pai
commit
f8d2195efe
1 arquivos alterados com 1 adições e 1 exclusões
  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)