Skip to content

Commit dff224e

Browse files
committed
Minor wording changes
1 parent 4ccf3a9 commit dff224e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

fetch.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3325,15 +3325,16 @@ steps:
33253325
<p class=note>This means that the upgrade failed and initiates a fallback load.
33263326
<ol>
33273327
<li><p>Let <var>fallbackResponse</var> be a new <a for=/>Response</a> with its
3328-
<code>Location</code> header set to <a for=request>HTTPS upgrade fallback URL</a>, and its
3329-
<a for="response">status</a> set to 307.
3328+
<code>Location</code> header set to <var>request</var>'s <a for=request>HTTPS upgrade fallback
3329+
URL</a>, and its <a for="response">status</a> set to 307.
33303330

33313331
<li>Return <var>fallbackResponse</var>.
33323332
</ol>
33333333

33343334
<li>
3335-
<p class=note>The upgrade was successful.
33363335
<p>Return <var>response</var>.
3336+
<p class=note>This means the upgrade was successful.
3337+
33373338
</ol>
33383339

33393340
<p class=note>

0 commit comments

Comments
 (0)