Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a1cd7b7

Browse files
authoredMay 1, 2022
add missing break line
1 parent 291b5c0 commit a1cd7b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎8-web-components/5-slots-composition/article.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ For example, the second `<span>` here is ignored (as it's not a top-level child
130130
If there are multiple elements in light DOM with the same slot name, they are appended into the slot, one after another.
131131

132132
For example, this:
133+
133134
```html
134135
<user-card>
135136
<span slot="username">John</span>

0 commit comments

Comments
 (0)
Please sign in to comment.