Skip to content

Commit

Permalink
Fix typo from PR #3
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Jan 22, 2014
1 parent b6e7d7c commit 1c51edd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<p><a class="logo" href="//www.whatwg.org/"><img alt="WHATWG" height="100" src="//resources.whatwg.org/logo-fetch.svg" width="100"></a>
<h1 id="cors">Fetch</h1>
<h2 class="no-num no-toc" id="living-standard-—-last-updated-10-january-2014">Living Standard — Last Updated 10 January 2014</h2>
<h2 class="no-num no-toc" id="living-standard-—-last-updated-22-january-2014">Living Standard — Last Updated 22 January 2014</h2>

<dl>
<dt>This Version:
Expand All @@ -33,7 +33,7 @@ <h2 class="no-num no-toc" id="living-standard-—-last-updated-10-january-2014">
<p class="copyright"><a href="http://creativecommons.org/publicdomain/zero/1.0/" rel="license"><img alt="CC0" src="http://i.creativecommons.org/p/zero/1.0/80x15.png"></a>
To the extent possible under law, the editor has waived all copyright and
related or neighboring rights to this work. In addition, as of
10 January 2014, the editor has made this specification available
22 January 2014, the editor has made this specification available
under the
<a href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0" rel="license">Open Web Foundation Agreement Version 1.0</a>,
which is available at
Expand Down Expand Up @@ -1244,7 +1244,7 @@ <h3 id="cors-preflight-fetch"><span class="secno">4.3 </span>CORS preflight fetc
return a <a href="#concept-network-error" title="concept-network-error">network error</a>.

<li>
<p>If <var title="">methods</var> is empty <var title="">request</var>'s
<p>If <var title="">methods</var> is empty and <var title="">request</var>'s
<a href="#force-preflight-flag">force preflight flag</a> is set, append <var title="">request</var>'s
<a href="#concept-request-method" title="concept-request-method">method</a> to <var title="">methods</var>.

Expand Down Expand Up @@ -1696,6 +1696,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
Simon Pieters,
Sunava Dutta,
Surya Ismail,
Takeshi Yoshino,
Thomas Roessler,
Tyler Close,
Vladimir Dzhuvinov,
Expand Down
3 changes: 2 additions & 1 deletion Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ <h3>CORS preflight fetch</h3>
return a <span title=concept-network-error>network error</span>.

<li>
<p>If <var title>methods</var> is empty <var title>request</var>'s
<p>If <var title>methods</var> is empty and <var title>request</var>'s
<span>force preflight flag</span> is set, append <var title>request</var>'s
<span title=concept-request-method>method</span> to <var title>methods</var>.

Expand Down Expand Up @@ -1630,6 +1630,7 @@ <h2 class="no-num">Acknowledgments</h2>
Simon Pieters,
Sunava Dutta,
Surya Ismail,
Takeshi Yoshino,
Thomas Roessler,
Tyler Close,
Vladimir Dzhuvinov,
Expand Down

0 comments on commit 1c51edd

Please sign in to comment.