Selaa lähdekoodia

Update actions.md (#288)

Just a minor typographical error. Great work!
Obura Tongoi 8 vuotta sitten
vanhempi
commit
f8d2195efe
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/en/actions.md

+ 1 - 1
docs/en/actions.md

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