From 80bdfee90d90df3567550bf89f89fa8a4772e553 Mon Sep 17 00:00:00 2001 From: vtt01uk Date: Sat, 20 Oct 2018 04:56:13 +0900 Subject: [PATCH] Fixed typo (#21616) --- guide/english/vue/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/vue/index.md b/guide/english/vue/index.md index a62e3facb1..e280784198 100644 --- a/guide/english/vue/index.md +++ b/guide/english/vue/index.md @@ -9,7 +9,7 @@ But on the other hand, Vue.js can also be leveraged to create powerful single pa such as `vue-router` and `vuex`. It's main attributes are the following: -* It's approchable: if you know basic HTML, CSS & JavaScript - then you'll be writing apps in Vue.js in no time! +* 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.