Skip to content

Commit 30a37c1

Browse files
SylvSylvphanan
authored andcommitted
Update state-management.md (#1890)
1 parent 2546a25 commit 30a37c1

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. Now when something goes wrong, we'll also 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 they are 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)