Skip to content

Commit

Permalink
"actived" -> "activated" - fixes #211, thanks @inexorabletash
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald committed Apr 2, 2014
1 parent 8b098e5 commit 7231820
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/service_worker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ <h1>_Activation</h1>
</li>
</ol>
</li>
<li>Set <var>serviceWorkerRegistration</var>.<var>activeWorker</var>.<var>_state</var> to <code>actived</code>.</li>
<li>Set <var>serviceWorkerRegistration</var>.<var>activeWorker</var>.<var>_state</var> to <code>activated</code>.</li>
<li>Fire <code>activateend</code> event on <var>navigator.serviceWorker</var> for all documents which match <var>scope</var>.</li>
</ol>
</spec-algorithm>
Expand Down Expand Up @@ -1095,7 +1095,7 @@ <h1>_OnNavigationRequest</h1>
<li>Document will now use <var>serviceWorkerRegistration</var> as its service worker registration.</li>
<li>If <var>matchedServiceWorker</var>.<var>_state</var> is <code>activating</code>, then:
<ol>
<li>Wait for <var>matchedServiceWorker</var>.<var>_state</var> to become <code>actived</code>.</li>
<li>Wait for <var>matchedServiceWorker</var>.<var>_state</var> to become <code>activated</code>.</li>
</ol>
</li>
<li>Fire <code>fetch</code> event on the associated <a href="#service-worker-global-scope-interface"><code>ServiceWorkerGlobalScope</code></a> object with a new FetchEvent object.</li>
Expand Down Expand Up @@ -1155,7 +1155,7 @@ <h1>_OnResourceRequest</h1>
</li>
<li>If <var>matchedServiceWorker</var>.<var>_state</var> is <code>activating</code>, then:
<ol>
<li>Wait for <var>matchedServiceWorker</var>.<var>_state</var> to become <code>actived</code>.</li>
<li>Wait for <var>matchedServiceWorker</var>.<var>_state</var> to become <code>activated</code>.</li>
</ol>
</li>
<li>Fire <code>fetch</code> event on the associated <a href="#service-worker-global-scope-interface"><code>ServiceWorkerGlobalScope</code></a> object with a new <a href="#fetch-event-interface"><code>FetchEvent</code></a> object.</li>
Expand Down

0 comments on commit 7231820

Please sign in to comment.