Skip to content

Commit 3b14d3c

Browse files
committed
Change require_interaction to requireInteraction
1 parent 8f90023 commit 3b14d3c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

index.html

+7-3
Original file line numberDiff line numberDiff line change
@@ -328,12 +328,16 @@ <h3>
328328
</p>
329329
</dd>
330330
<dt>
331-
<code>require_interaction</code>
331+
<code>requireInteraction</code>
332332
</dt>
333333
<dd>
334334
<p>
335335
A boolean.
336336
</p>
337+
<p class="note">
338+
This is not named <code>require_interaction</code> for consistency with the
339+
{{NotificationOptions}} dictionary.
340+
</p>
337341
</dd>
338342
<dt>
339343
<code>data</code>
@@ -574,10 +578,10 @@ <h3>
574578
</li>
575579
<li>
576580
<p>
577-
If <var>notificationInput</var>["`require_interaction`"] [=map/exists=] and is a
581+
If <var>notificationInput</var>["`requireInteraction`"] [=map/exists=] and is a
578582
boolean, then set
579583
<var>notificationOptions</var>["{{NotificationOptions/requireInteraction}}"] to
580-
<var>notificationInput</var>["`require_interaction`"].
584+
<var>notificationInput</var>["`requireInteraction`"].
581585
</p>
582586
</li>
583587
<li>

0 commit comments

Comments
 (0)