Skip to content

Commit af3c564

Browse files
sailorsteveyyx990803
authored andcommitted
Remove word for better sentence flow (vuejs#322)
1 parent 7c58022 commit af3c564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ There are two things to note here:
542542

543543
2. The `<app>` component very likely has its own template.
544544

545-
To make the composition work, we need a way to interweave the parent "content" and the component's own template. This is a process called **content distribution** (or "transclusion" if you are familiar with Angular). Vue.js implements a content distribution API that is modeled after with the current [Web Components spec draft](https://github.com/w3c/webcomponents/blob/gh-pages/proposals/Slots-Proposal.md), using the special `<slot>` element to serve as distribution outlets for the original content.
545+
To make the composition work, we need a way to interweave the parent "content" and the component's own template. This is a process called **content distribution** (or "transclusion" if you are familiar with Angular). Vue.js implements a content distribution API that is modeled after the current [Web Components spec draft](https://github.com/w3c/webcomponents/blob/gh-pages/proposals/Slots-Proposal.md), using the special `<slot>` element to serve as distribution outlets for the original content.
546546

547547
### Compilation Scope
548548

0 commit comments

Comments
 (0)