Переглянути джерело

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: