corrected a typo on vue component guide introduction paragraph (#26872)

pull/34850/head
Omereshone Kelvin Oghenerhoro 2019-01-11 03:15:40 +01:00 committed by Manish Giri
parent d8924e4600
commit 656394e9cb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ title: Components
## Components
A classic problem that web developers face when working is HTML duplication, not
in a simple example such as a list, but sometimes all you want is a "import" to
in a simple example such as a list, but sometimes all you want is an "import" to
be able to use the same code in several different places. Well, Vue.js gives you
this feature with Components.