Fix typos in Vue intro (#28439)

pull/31041/head^2
mawarijo 2019-03-07 19:14:27 -08:00 committed by Randell Dawson
parent 72d9b1c7fc
commit 43d538ce2d
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ But on the other hand, Vue.js can also be leveraged to create powerful single pa
such as `vue-router` for page routing and `vuex` for state management.
Its main attributes are the following:
* It's approachable: if you know basic HTML, CSS & JavaScript - then you'll be writing apps in Vue.js in no time!
* It's versatile: you can use it as a simple library or a fully featured framework
* It's performant: it's extremely performant out of the box with very little to almost no optimization required.
* It's approachable: if you know basic HTML, CSS & JavaScript, then you'll be writing apps in Vue.js in no time!
* It's versatile: you can use it as a simple library or a fully featured framework.
* It's performant: it's extremely performant out of the box with little to no optimization required.
#### More Information