Преглед изворни кода

fixed misspelling (#882)

causes -> cause
Spencer Davies пре 8 година
родитељ
комит
db6a77f806
1 измењених фајлова са 1 додато и 1 уклоњено
  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'),