瀏覽代碼

Merge pull request #32 from seanwash/master

Add missing word to concepts.md
Evan You 9 年之前
父節點
當前提交
6b551f3ac0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/concepts.md

+ 1 - 1
docs/en/concepts.md

@@ -1,6 +1,6 @@
 # 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.