Skip to content

Commit db6a77f

Browse files
spencer1573ktsn
authored andcommitted
fixed misspelling (#882)
causes -> cause
1 parent dd7f817 commit db6a77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/counter/store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const mutations = {
2323
}
2424
}
2525

26-
// actions are functions that causes side effects and can involve
26+
// actions are functions that cause side effects and can involve
2727
// asynchronous operations.
2828
const actions = {
2929
increment: ({ commit }) => commit('increment'),

0 commit comments

Comments
 (0)