Skip to content

Commit 8dd50fa

Browse files
authored
Remove double 'are' (#44345)
1 parent 1db2c61 commit 8dd50fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • files/en-us/web/html/reference/elements/slot

files/en-us/web/html/reference/elements/slot/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This element includes the [global attributes](/en-US/docs/Web/HTML/Reference/Glo
2121
- : The slot's name.
2222
A _named slot_ is a `<slot>` element with a `name` attribute, while an _unnamed slot_ has no `name` attribute, and the name defaults to the empty string.
2323

24-
When a shadow root uses [named slot assignment](/en-US/docs/Web/HTML/Reference/Elements/template#named), top-level child elements of its host are are rendered in slots that have a matching name in their [`slot` attribute](/en-US/docs/Web/API/Element/slot).
24+
When a shadow root uses [named slot assignment](/en-US/docs/Web/HTML/Reference/Elements/template#named), top-level child elements of its host are rendered in slots that have a matching name in their [`slot` attribute](/en-US/docs/Web/API/Element/slot).
2525
Slot names should be unique per shadow root: if you have two slots with the same name, all of the elements with a matching `slot` attribute are rendered in the _first_ slot.
2626
All top-level child elements that don't have a `slot` attribute are rendered in the first unnamed `<slot>` element, which is referred to as the _default slot_.
2727
The `name` has no effect if the shadow root uses [manual slot assignment](/en-US/docs/Web/HTML/Reference/Elements/template#manual).

0 commit comments

Comments
 (0)