Skip to content

Commit 6b551f3

Browse files
committed
Merge pull request vuejs#32 from seanwash/master
Add missing word to concepts.md
2 parents 4a81e65 + ad420bd commit 6b551f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Core Concepts
22

3-
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":
3+
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":
44

55
- **State**: A plain object representing the application state.
66

0 commit comments

Comments
 (0)