From 0fa09608a78baee53e71c24a13f1350bc65d2ca1 Mon Sep 17 00:00:00 2001 From: Kenneth Tubman Date: Wed, 23 Sep 2020 13:06:48 -0400 Subject: [PATCH] Update component-basics.md Change "does" to "do" in this context --- src/guide/component-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/component-basics.md b/src/guide/component-basics.md index 4696fd30b5..b4aa0fc515 100644 --- a/src/guide/component-basics.md +++ b/src/guide/component-basics.md @@ -482,7 +482,7 @@ app.component('blog-post', { ``` -It should be noted that **these limitations does _not_ apply if you are using string templates from one of the following sources**: +It should be noted that **these limitations do _not_ apply if you are using string templates from one of the following sources**: - String templates (e.g. `template: '...'`) - [Single-file (`.vue`) components](single-file-component.html)