소스 검색

fixed misspelling (#882)

causes -> cause
Spencer Davies 7 년 전
부모
커밋
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.
 // asynchronous operations.
 const actions = {
 const actions = {
   increment: ({ commit }) => commit('increment'),
   increment: ({ commit }) => commit('increment'),