Răsfoiți Sursa

Update actions.md (#288)

Just a minor typographical error. Great work!
Obura Tongoi 8 ani în urmă
părinte
comite
f8d2195efe
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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)