Skip to content

Commit 9013d73

Browse files
Fix trailing whitespace
1 parent bb50b6e commit 9013d73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fetch.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3289,7 +3289,7 @@ steps:
32893289
<li><p>If <var>request</var>'s <code>https-upgrade-fallback-url</code> is non-null, clear the
32903290
<code>https-upgrade</code> and <code>https-upgrade-fallback-url</code> flags and return.
32913291

3292-
<p class="note">This is a fallback request that shouldn't be upgraded again.
3292+
<p class="note">This is a fallback request that shouldn't be upgraded again.
32933293

32943294
<li><p>Otherwise, upgrade the request by setting the following fields:
32953295
<ul>
@@ -3327,7 +3327,7 @@ To run <dfn>HTTPS upgrade fallback</dfn> given a <a for=/>request</a>
33273327

33283328
<p class=note>
33293329
User agents may implement an optional fast-fallback path by canceling slow fetches on upgraded
3330-
requests and quickly initiate a fallback http load.
3330+
requests and quickly initiate a fallback http load.
33313331

33323332
</div>
33333333

@@ -3336,7 +3336,7 @@ requests and quickly initiate a fallback http load.
33363336
<div id=example-https-upgrade-good-https class=example>
33373337
<p>
33383338
<code>a.com</code> serves both <code>http://a.com</code> and <code>https://a.com</code>.
3339-
An eligible request to <code>http://a.com</code> will be upgraded to <code>https://a.com</code>.
3339+
An eligible request to <code>http://a.com</code> will be upgraded to <code>https://a.com</code>.
33403340
</div>
33413341

33423342
<div id=example-https-upgrade-bad-https class=example>

0 commit comments

Comments
 (0)