Skip to content

Commit 48fe73b

Browse files
committed
docs: apply suggestions
1 parent 9fffb0b commit 48fe73b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/guide/mutations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ Asynchronicity combined with state mutation can make your program very hard to r
152152

153153
```js
154154
store.commit('increment')
155-
// any state change that the "increment" mutation may cause should be done at this moment.
155+
// any state change that the "increment" mutation may cause
156+
// should be done at this moment.
156157
```
157158

158159
To handle asynchronous operations, let's introduce [Actions](actions.md).

0 commit comments

Comments
 (0)