diff --git a/selectors-4/Overview.bs b/selectors-4/Overview.bs index dc61df2513be..7ec3742de3f0 100644 --- a/selectors-4/Overview.bs +++ b/selectors-4/Overview.bs @@ -3256,7 +3256,7 @@ Child-indexed Pseudo-classes '':first-child'' pseudo-class The :first-child pseudo-class - represents an element that if first among its inclusive siblings. + represents an element that is first among its inclusive siblings. Same as '':nth-child(1)''.