Skip to content

Commit

Permalink
Editorial: remove redundant "the"
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino authored Jan 14, 2021
1 parent 5b8244e commit 272446a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -13677,7 +13677,7 @@ interface <dfn>HTMLLinkElement</dfn> : <span>HTMLElement</span> {
document</span>. If that fails, then return. Otherwise, let <var>url</var> be the <span>resulting
URL record</span>.</p></li>

<li><p>Let <var>corsAttributeState</var> be the current state of the <var>el</var>'s <code
<li><p>Let <var>corsAttributeState</var> be the current state of <var>el</var>'s <code
data-x="attr-link-crossorigin">crossorigin</code> content attribute.</p></li>

<li><p>Let <var>request</var> be the result of <span
Expand All @@ -13698,7 +13698,7 @@ interface <dfn>HTMLLinkElement</dfn> : <span>HTMLElement</span> {
data-x="attr-link-integrity">integrity</code> content attribute.</p></li>

<li><p>Set <var>request</var>'s
<span data-x="concept-request-referrer-policy">referrer policy</span> to the current state of the
<span data-x="concept-request-referrer-policy">referrer policy</span> to the current state of
<var>el</var>'s <code data-x="attr-link-referrerpolicy">referrerpolicy</code> attribute.</p></li>

<li><p>Run the <span>linked resource fetch setup steps</span>, given <var>el</var> and
Expand Down

0 comments on commit 272446a

Please sign in to comment.