From 43d538ce2d203a9f21afbaca90cea953b644969c Mon Sep 17 00:00:00 2001 From: mawarijo <36463102+mawarijo@users.noreply.github.com> Date: Thu, 7 Mar 2019 19:14:27 -0800 Subject: [PATCH] Fix typos in Vue intro (#28439) --- guide/english/vue/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/english/vue/index.md b/guide/english/vue/index.md index 8dd7da1e131..166fb00e4f6 100644 --- a/guide/english/vue/index.md +++ b/guide/english/vue/index.md @@ -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