We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68dfa95 commit 59a579fCopy full SHA for 59a579f
8-web-components/5-slots-composition/article.md
@@ -227,11 +227,11 @@ The flattened DOM looks like this:
227
</slot>
228
</div>
229
<fieldset>
230
- <legend>About me</legend>
+ <legend>Other information</legend>
231
*!*
232
<slot>
233
- <div>Hello</div>
234
- <div>I am John!</div>
+ <div>I like to swim.</div>
+ <div>...And play volleyball too!</div>
235
236
*/!*
237
</fieldset>
0 commit comments