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', {