Skip to content

Commit a9d989d

Browse files
jugglinmikeMarcos Cáceres
authored andcommitted
Editorial: fix typo (#828)
1 parent 8923ba4 commit a9d989d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2605,7 +2605,7 @@ <h3>
26052605
[=set=] or failure.
26062606
</p>
26072607
<ol>
2608-
<li>If [=Type=](|image|["purpose"]) it not String, or
2608+
<li>If [=Type=](|image|["purpose"]) is not String, or
26092609
|image|["purpose"] consists solely of [=ascii whitespace=], then
26102610
return the [=set=] « "any" ».
26112611
</li>
@@ -2840,7 +2840,7 @@ <h3>
28402840
</li>
28412841
<li>Let <var>value</var> be <var>image.sizes</var>.
28422842
</li>
2843-
<li>If <a>Type</a>(<var>value</var>) it not String, return
2843+
<li>If <a>Type</a>(<var>value</var>) is not String, return
28442844
<code>undefined</code>.
28452845
</li>
28462846
<li>Otherwise, parse <var>value</var> as if it was a [[HTML]]
@@ -2890,7 +2890,7 @@ <h3>
28902890
<ol>
28912891
<li>Let <var>value</var> be <var>image</var>["<a>type</a>"].
28922892
</li>
2893-
<li>If <a>Type</a>(<var>value</var>) it not String, return
2893+
<li>If <a>Type</a>(<var>value</var>) is not String, return
28942894
<code>undefined</code>.
28952895
</li>
28962896
<li>If <var>value</var> is not a <a>valid MIME type string</a> or the

0 commit comments

Comments
 (0)