Skip to content

Commit

Permalink
service-workers-1 is not a normative reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwilligers committed Aug 6, 2018
1 parent 236d560 commit 2d6f454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ <h2>
</p>
<p>
A share target might only be interested in a subset of the
<a data-cite="!WebShare#dom-sharedata">ShareData</a> members. This
<a data-cite="WebShare#dom-sharedata">ShareData</a> members. This
example also shows a share target that receives data as a
<code>POST</code> request, which should be the case if the request
causes an immediate side effect.
Expand All @@ -190,7 +190,7 @@ <h2>
</pre>
<p>
The shared information might be read by a <a data-cite=
"!service-workers-1#service-worker-concept">service worker</a>, rather
"service-workers-1#service-worker-concept">service worker</a>, rather
than being sent over the network to the server.
</p>
<pre class="example javascript" title="sw.js">
Expand Down

0 comments on commit 2d6f454

Please sign in to comment.