Skip to content

Commit 9ebf89e

Browse files
authored
Update component-basics.md (#539)
Change "does" to "do" in this context
1 parent 775865d commit 9ebf89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/component-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ app.component('blog-post', {
482482
<blog-post post-title="hello!"></blog-post>
483483
```
484484

485-
It should be noted that **these limitations does _not_ apply if you are using string templates from one of the following sources**:
485+
It should be noted that **these limitations do _not_ apply if you are using string templates from one of the following sources**:
486486

487487
- String templates (e.g. `template: '...'`)
488488
- [Single-file (`.vue`) components](single-file-component.html)

0 commit comments

Comments
 (0)