Skip to content

Commit 8abc44b

Browse files
authored
[css-scoping-2][editorial] Fix typo: it's -> its (#6568)
1 parent 039dd7c commit 8abc44b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-scoping-2/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ Scoped Styles</h2>
124124
</pre>
125125
</div>
126126

127-
Each resulting [=scope=] includes a [=scoping root=] and all it's descendants,
127+
Each resulting [=scope=] includes a [=scoping root=] and all its descendants,
128128
up to and including any [=scope boundary=] elements,
129129
but not the descendants of those boundaries.
130130

131131
In contrast to <a href="#shadow-dom">Shadow Encapsulation</a>,
132132
which describes a persistent one-to-one relationship in the DOM
133-
between a [=shadow host=] and it's nested [=shadow tree=],
133+
between a [=shadow host=] and its nested [=shadow tree=],
134134
multiple overlapping [=scopes=] can be defined in relation to the same elements.
135135

136136
<div class=example>

0 commit comments

Comments
 (0)