From f91eaf06cc4ee26496083d5dfef0133c9f81175e Mon Sep 17 00:00:00 2001 From: Mahdi Hosseinzadeh <29678011+mahozad@users.noreply.github.com> Date: Mon, 13 Feb 2023 17:26:47 +0330 Subject: [PATCH] Fix a grammatical issue `however` needs a comma before it as well (just like line 181 of this doc). See https://prowritingaid.com/comma-however#:~:text=If%20you%20use,was%20another%20story. and https://www.grammar-monster.com/punctuation/commas_and_however.html --- src/v2/guide/components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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