Skip to content

Commit e7529f0

Browse files
authored
docs:fix repetitive closing lines (vuejs#1777)
1 parent 20a6eae commit e7529f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,6 @@ It should be noted that **this limitation does _not_ apply if you are using stri
627627
- [Single-file (`.vue`) components](single-file-components.html)
628628
- [`<script type="text/x-template">`](components-edge-cases.html#X-Templates)
629629

630-
That's all you need to know about dynamic components for now -- and actually, the end of Vue's _Essentials_. Congratulations! There's still more to learn, but first, we recommend taking a break to play with Vue yourself and build something fun.
630+
That's all you need to know about DOM template parsing caveats for now -- and actually, the end of Vue's _Essentials_. Congratulations! There's still more to learn, but first, we recommend taking a break to play with Vue yourself and build something fun.
631631

632632
Once you feel comfortable with the knowledge you've just digested, we recommend coming back to read the full guide on [Dynamic & Async Components](components-dynamic-async.html), as well as the other pages in the Components In-Depth section of the sidebar.

0 commit comments

Comments
 (0)