Skip to content

Commit 65a9f9b

Browse files
committed
nits
1 parent 90236d6 commit 65a9f9b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

fetch.bs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4614,7 +4614,7 @@ steps:
46144614
<li><p>Set <var>request</var>'s
46154615
<a for=request>response tainting</a> to "<code>basic</code>".
46164616

4617-
<li><p>Return the result of running <a>override fetch</a> given "<code>scheme-fetch</code>",
4617+
<li><p>Return the result of running <a>override fetch</a> given "<code>scheme-fetch</code>"
46184618
and <var>fetchParams</var>.
46194619
</ol>
46204620

@@ -4634,8 +4634,8 @@ steps:
46344634

46354635
<li><p>Set <var>request</var>'s <a for=request>response tainting</a> to "<code>opaque</code>".
46364636

4637-
<li><p>Return the result of running <a>override fetch</a> given "<code>scheme-fetch</code>"
4638-
and <var>fetchParams</var>.
4637+
<li><p>Return the result of running <a>override fetch</a> given "<code>scheme-fetch</code>" and
4638+
<var>fetchParams</var>.
46394639
<!-- file URLs end up here as they are not same-origin typically. -->
46404640
</ol>
46414641

@@ -5016,9 +5016,8 @@ an optional boolean <var>makeCORSPreflight</var> (default false):
50165016
<var>fetchParams</var>.
50175017

50185018
<dt>"<code>HTTP fetch</code>"
5019-
<dd>
5020-
<p>Set <var>response</var> be the result of running <a>HTTP fetch</a> given
5021-
<var>fetchParams</var> and <var>makeCORSPreflight</var>.
5019+
<dd><p>Set <var>response</var> be the result of running <a>HTTP fetch</a> given
5020+
<var>fetchParams</var> and <var>makeCORSPreflight</var>.
50225021
</dl>
50235022

50245023
<li><p>Return <var>response</var>.

0 commit comments

Comments
 (0)