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 9fffb0b commit 48fe73bCopy full SHA for 48fe73b
docs/guide/mutations.md
@@ -152,7 +152,8 @@ Asynchronicity combined with state mutation can make your program very hard to r
152
153
```js
154
store.commit('increment')
155
-// any state change that the "increment" mutation may cause should be done at this moment.
+// any state change that the "increment" mutation may cause
156
+// should be done at this moment.
157
```
158
159
To handle asynchronous operations, let's introduce [Actions](actions.md).
0 commit comments