Skip to content

Commit

Permalink
docs: Remove duplicate note (#8843)
Browse files Browse the repository at this point in the history
  • Loading branch information
heygwangjin committed Jun 25, 2023
1 parent 223db7f commit d3297e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions documentation/docs/02-template-syntax/07-special-elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ The content is exposed in the child component using the `<slot>` element, which

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

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

### `<slot name="`_name_`">`

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

0 comments on commit d3297e2

Please sign in to comment.