Skip to content

Commit d3297e2

Browse files
authored
docs: Remove duplicate note (#8843)
1 parent 223db7f commit d3297e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

documentation/docs/02-template-syntax/07-special-elements.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ The content is exposed in the child component using the `<slot>` element, which
3939

4040
Note: If you want to render regular `<slot>` element, You can use `<svelte:element this="slot" />`.
4141

42-
Note: If you want to render regular `<slot>` element, You can use `<svelte:element this="slot" />`.
43-
4442
### `<slot name="`_name_`">`
4543

4644
Named slots allow consumers to target specific areas. They can also have fallback content.

0 commit comments

Comments
 (0)