Skip to content

Commit

Permalink
Fix missing closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
johannhof committed Apr 18, 2024
1 parent 03569cc commit ca6f442
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5747,7 +5747,9 @@ run these steps:
<a>HTTP header layer division</a> for more details.

<li>
<p>If <var>includeCredentials</var> is true, <a>append a request `<code>Cookie</code>` header</a> for <var>httpRequest</var>.
<p>If <var>includeCredentials</var> is true, then:
<ol>
<li><p><a>Append a request `<code>Cookie</code>` header</a> for <var>httpRequest</var>.

<li>
<p>If <var>httpRequest</var>'s <a for=request>header list</a>
Expand Down

0 comments on commit ca6f442

Please sign in to comment.