Explorar o código

fixed misspelling (#882)

causes -> cause
Spencer Davies %!s(int64=8) %!d(string=hai) anos
pai
achega
db6a77f806
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/counter/store.js

+ 1 - 1
examples/counter/store.js

@@ -23,7 +23,7 @@ const mutations = {
   }
 }
 
-// actions are functions that causes side effects and can involve
+// actions are functions that cause side effects and can involve
 // asynchronous operations.
 const actions = {
   increment: ({ commit }) => commit('increment'),