Skip to content

Commit

Permalink
Update getting-started.md (vuejs#541)
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
joeyfreund authored and ktsn committed Dec 25, 2016
1 parent 5e145b3 commit 4239bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Getting Started

At the center of every Vuex application is the **store**. A "store" is basically a container that holds your application **state**. There are two things that makes a Vuex store different from a plain global object:
At the center of every Vuex application is the **store**. A "store" is basically a container that holds your application **state**. There are two things that make a Vuex store different from a plain global object:

1. Vuex stores are reactive. When Vue components retrieve state from it, they will reactively and efficiently update if the store's state changes.

Expand Down

0 comments on commit 4239bb7

Please sign in to comment.