Quellcode durchsuchen

Update actions.md (#288)

Just a minor typographical error. Great work!
Obura Tongoi vor 8 Jahren
Ursprung
Commit
f8d2195efe
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)