8000 make the sentence more natural (#651) · rubythonode/vuejs.org@830eb0b · GitHub
[go: up one dir, main page]

Skip to content

Commit 830eb0b

Browse files
zzzgitchrisvfritz
authored andcommitted
make the sentence more natural (vuejs#651)
1 parent a905982 commit 830eb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/state-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var store = {
4949
}
5050
```
5151

52-
Notice all actions that mutate the store's state are put inside the store itself. This type of centralized state management makes it easier to understand what type of mutations could happen and how are they triggered. When something goes wrong, we'll also now have a log of what happened leading up to the bug.
52+
Notice all actions that mutate the store's state are put inside the store itself. This type of centralized state management makes it easier to understand what type of mutations could happen and how are they triggered. Now when something goes wrong, we'll also have a log of what happened leading up to the bug.
5353

5454
In addition, each instance/component can still own and manage its own private state:
5555

0 commit comments

Comments
 (0)
0