From b95343b7757f62ff1f634ad83550b2eef57d0936 Mon Sep 17 00:00:00 2001 From: Mojjammil Khandker Date: Fri, 8 Mar 2019 05:58:06 +0200 Subject: [PATCH] Update index.md (#32576) Uppercase first letter of words after colons as they are full sentences. Added period on line 13 to make it consistent with the rest. --- 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 244eda9c0f..151145bcf7 100644 --- a/guide/english/vue/index.md +++ b/guide/english/vue/index.md @@ -19,9 +19,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 little to 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 very little to almost no optimization required. #### More Information