Skip to content

Commit c79ead3

Browse files
Apply suggestions from code review
Co-authored-by: Anne van Kesteren <[email protected]>
1 parent 7a6a1fe commit c79ead3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fetch.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3331,7 +3331,7 @@ request <a for=/>header</a> allows the request to carry locally stored state, su
33313331

33323332
<div algorithm>
33333333
<p>To <dfn id=append-a-request-cookie-header>append a request `<code>Cookie</code>` header</dfn>,
3334-
given a <a for=/>request</a> <var>request</var>, run these steps:
3334+
given a <a for=/>request</a> <var>request</var>:
33353335
<ol>
33363336
<li><p>Let |sameSite| be the result of [=determining the same-site mode=] for <var>request</var>.
33373337
<li><p>Let |isSecure| be false.
@@ -3347,7 +3347,7 @@ given a <a for=/>request</a> <var>request</var>, run these steps:
33473347

33483348
<p class=note>It is expected that the cookie store returns an ordered list of cookies
33493349
<li>If |cookies| <a for="list">is empty</a>, then return.
3350-
<li>Let |value| be the result of running <a>serialize cookies</a> given |cookies|.
3350+
<li>Let |value| be the result of <a>serializing cookies</a> given |cookies|.
33513351
<li><a for="header list">Append</a> (`<code>Cookie</code>`, <var>value</var>) to <var>request</var>'s <a for=request>header list</a>.
33523352
</ol>
33533353
</div>

0 commit comments

Comments
 (0)