Skip to content

Commit 0b2cf70

Browse files
authored
[css-pseudo-4] Fixed typo in example (#9024)
1 parent 2d4092b commit 0b2cf70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-pseudo-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ First-Line Text: the ''::first-line'' pseudo-element</h3>
9494
<pre class="figure">
9595
THIS IS A SOMEWHAT LONG HTML PARAGRAPH THAT
9696
will be broken into several lines. The
97-
first line will be by the ‘::first-line’
97+
first line will be styled by the ‘::first-line’
9898
pseudo-element. The other lines will be
9999
treated as ordinary lines in the paragraph.
100100
</pre>
@@ -106,7 +106,7 @@ First-Line Text: the ''::first-line'' pseudo-element</h3>
106106
HTML paragraph that will
107107
be broken into several
108108
lines. The first line will
109-
be by the ‘::first-line’
109+
be styled by the ‘::first-line’
110110
pseudo-element. The other
111111
lines will be treated as
112112
ordinary lines in the

0 commit comments

Comments
 (0)