Kaynağa Gözat

Add missing word to concepts.md

Sean Washington 9 yıl önce
ebeveyn
işleme
ad420bd1c0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      docs/en/concepts.md

+ 1 - 1
docs/en/concepts.md

@@ -1,6 +1,6 @@
 # Core Concepts
 # Core Concepts
 
 
-You can use the `Vuex.Store` constructor to create Vuex stores. In most cases, you only need a single store each application. Each Vuex store consists of three types of "ingredients":
+You can use the `Vuex.Store` constructor to create Vuex stores. In most cases, you only need a single store for an application. Each Vuex store consists of three types of "ingredients":
 
 
 - **State**: A plain object representing the application state.
 - **State**: A plain object representing the application state.