diff --git a/src/v2/guide/components.md b/src/v2/guide/components.md index 4598b7eb1e..6a49d9a6fe 100644 --- a/src/v2/guide/components.md +++ b/src/v2/guide/components.md @@ -222,7 +222,7 @@ At the very least, you'll want to include the post's content:
``` -If you try this in your template however, Vue will show an error, explaining that **every component must have a single root element**. You can fix this error by wrapping the template in a parent element, such as: +If you try this in your template, however, Vue will show an error, explaining that **every component must have a single root element**. You can fix this error by wrapping the template in a parent element, such as: ```html