소스 검색

state.md - code sample for state definition

Included "Initial" word to section header.
J Bruni 9 년 전
부모
커밋
856b797657
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/en/state.md

+ 1 - 1
docs/en/state.md

@@ -6,7 +6,7 @@ Vuex uses a **single state tree** - that is, this single object contains all you
 
 
 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.
 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.
 
 
-### Setting State in a Vuex Store
+### Setting Initial State in a Vuex Store
 
 
 This is a very basic example where the `state` object is initialized with a single `message` property containing the `Hello, Store` string:
 This is a very basic example where the `state` object is initialized with a single `message` property containing the `Hello, Store` string: