Преглед изворни кода

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.