浏览代码

Update getting-started.md (#541)

fixed typo
Joey Freund 8 年之前
父节点
当前提交
4239bb7ba3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/getting-started.md

+ 1 - 1
docs/en/getting-started.md

@@ -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.