From ad420bd1c048b41f6075cbb67071e4b9f106fc32 Mon Sep 17 00:00:00 2001 From: Sean Washington Date: Wed, 30 Dec 2015 14:50:28 -0800 Subject: [PATCH] Add missing word to concepts.md --- docs/en/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/concepts.md b/docs/en/concepts.md index 1a1bec92c..5a199c03c 100644 --- a/docs/en/concepts.md +++ b/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.