We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7f817 commit db6a77fCopy full SHA for db6a77f
examples/counter/store.js
@@ -23,7 +23,7 @@ const mutations = {
23
}
24
25
26
-// actions are functions that causes side effects and can involve
+// actions are functions that cause side effects and can involve
27
// asynchronous operations.
28
const actions = {
29
increment: ({ commit }) => commit('increment'),
0 commit comments