Преглед на файлове

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'),