Skip to content

Commit 0e22bd8

Browse files
committed
[selectors] fix typo
1 parent a6b3fdc commit 0e22bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

selectors/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ Pseudo-classing Pseudo-elements</h4>
861861

862862
<div class="example">
863863
For example, since the '':hover'' pseudo-class specifies
864-
that it can apply to any pseudo-element,
864+
that it can apply to any pseudo-element,
865865
''::first-line:hover'' will match when the first line is hovered.
866866
However, since neither '':focus'' nor ''::first-line''
867867
define that '':focus'' can apply to ''::first-line'',
@@ -2502,7 +2502,7 @@ Child-indexed Pseudo-classes</h3>
25022502

25032503
<pre>
25042504
tr {
2505-
background: white; \
2505+
background: white;
25062506
}
25072507
tr:nth-child(even) {
25082508
background: silver;

0 commit comments

Comments
 (0)