Skip to content

Commit 1e1aa16

Browse files
sonakshisaxena1Marcos Cáceres
authored andcommitted
editorial: s/handle functional event/Fire functional event/ (#321)
1 parent b65f73d commit 1e1aa16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ <h2>
11321132
</li>
11331133
<li>
11341134
<p>
1135-
<a>Handle functional event</a> "`push`" using <a>PushEvent</a> on
1135+
<a>Fire a functional event</a> named "`push`" using <a>PushEvent</a> on
11361136
<var>registration</var> with the following properties:
11371137
</p>
11381138
<dl>
@@ -1188,8 +1188,8 @@ <h2>
11881188
<p>
11891189
To <dfn>fire the "`pushsubscriptionchange`" event</dfn> given a <a>service worker
11901190
registration</a> of <var>registration</var>, <var>newSubscription</var> and
1191-
<var>oldSubscription</var>, the <a>user agent</a> must <a>handle functional event</a>
1192-
"`pushsubscriptionchange`" using <a>PushSubscriptionChangeEvent</a> on
1191+
<var>oldSubscription</var>, the <a>user agent</a> must <a>fire a functional event</a>
1192+
named "`pushsubscriptionchange`" using <a>PushSubscriptionChangeEvent</a> on
11931193
<var>registration</var> with the following properties:
11941194
</p>
11951195
<dl>

0 commit comments

Comments
 (0)