Skip to content

Commit

Permalink
Fix issues found by sideshowbarker
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Feb 27, 2017
1 parent 60d74b0 commit 7bb6fc5
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 @@ -23277,7 +23277,7 @@ interface <dfn>HTMLHyperlinkElementUtils</dfn> {

<div w-nodev>

<p>The following contains are the appropriate times to fetch the resource for such a link:</p>
<p>The following are the appropriate times to fetch the resource for such a link:</p>

<ul>
<li><p>When the <span>external resource link</span> is created on a <code>link</code> element
Expand Down Expand Up @@ -23345,7 +23345,7 @@ interface <dfn>HTMLHyperlinkElementUtils</dfn> {
<!-- integrity?? https://github.com/whatwg/html/issues/2382 -->

<li><p><span data-x="concept-fetch">Fetch</span> <var>request</var>, and asynchronously wait
to run the remaining steps as part of fetch's <span>process response</span> for the <span
to run the remaining steps as part of the fetch's <span>process response</span> for the <span
data-x="concept-response">response</span> <var>response</var>.</p></li>

<li><p>Asynchronously complete the <span data-x="fetching-scripts-perform-fetch">perform the
Expand Down

0 comments on commit 7bb6fc5

Please sign in to comment.