From becadc0a2489b47c143fba662be804cf117f5f2b Mon Sep 17 00:00:00 2001 From: Omereshone Kelvin Oghenerhoro Date: Wed, 14 Nov 2018 16:17:34 +0100 Subject: [PATCH] Changed "a icon" to "an icon" (#25935) Updated a typo from "a icon" to "an icon" on second paragraph --- guide/english/vue/components/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/vue/components/index.md b/guide/english/vue/components/index.md index d05f2e875e..7c66dc3cef 100644 --- a/guide/english/vue/components/index.md +++ b/guide/english/vue/components/index.md @@ -11,7 +11,7 @@ this feature with Components. Suppose you're developing a landing page for your company's product and you need to display the 4 main features of it following the same structure of a card-like -object, with a icon, a title and a short description. +object, with an icon, a title and a short description. ```javascript Vue.component('feature-card', {