Skip to content

Commit 856b797

Browse files
committed
state.md - code sample for state definition
Included "Initial" word to section header.
1 parent d19c6bd commit 856b797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Vuex uses a **single state tree** - that is, this single object contains all you
66

77
The single state tree does not conflict with modularity - in later chapters we will discuss how to split your state managing logic into sub modules.
88

9-
### Setting State in a Vuex Store
9+
### Setting Initial State in a Vuex Store
1010

1111
This is a very basic example where the `state` object is initialized with a single `message` property containing the `Hello, Store` string:
1212

0 commit comments

Comments
 (0)