Skip to content

Commit 01c5ad3

Browse files
4ndre4sdaggerok
authored andcommitted
Fix: Renamed Action to match mutation name
1 parent cc20f4f commit 01c5ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vuex-map-getters-and-map-actions/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const actions = {
7676

7777
```javascript
7878
export const actions = {
79-
incrementCounterAction: ({ commit }) => commit('decrementCounterMutation'),
79+
decrementCounterAction: ({ commit }) => commit('decrementCounterMutation'),
8080
incrementCounterAction: ({ commit }) => commit('incrementCounterMutation'),
8181
};
8282
```

0 commit comments

Comments
 (0)