Explorar el Código

fixed misspelling (#882)

causes -> cause
Spencer Davies hace 8 años
padre
commit
db6a77f806
Se han modificado 1 ficheros con 1 adiciones y 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'),