Skip to content

Commit d17df3a

Browse files
pereyastearns
authored andcommitted
Fix typo: "if first" → "is first"
1 parent dbf2140 commit d17df3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selectors-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3256,7 +3256,7 @@ Child-indexed Pseudo-classes</h3>
32563256
'':first-child'' pseudo-class</h4>
32573257

32583258
The <dfn id='first-child-pseudo'>:first-child</dfn> pseudo-class
3259-
represents an element that if first among its <a>inclusive siblings</a>.
3259+
represents an element that is first among its <a>inclusive siblings</a>.
32603260
Same as '':nth-child(1)''.
32613261

32623262
<div class="example">

0 commit comments

Comments
 (0)