Explorar o código

Update getting-started.md (#541)

fixed typo
Joey Freund %!s(int64=8) %!d(string=hai) anos
pai
achega
4239bb7ba3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.