Skip to content

Commit be34af4

Browse files
author
Marcos Cáceres
committed
Chore: fix whitespace
1 parent f256e5c commit be34af4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ <h2>
165165
server</a>.
166166
</p>
167167
<p>
168-
A <a>push message</a> is delivered to the [= service worker registration/active worker =]
168+
A <a>push message</a> is delivered to the [=service worker registration/active worker=]
169169
associated with the <a>push subscription</a> to which the message was submitted. If the
170170
service worker is not currently running, the worker is started to enable delivery.
171171
</p>
@@ -583,7 +583,7 @@ <h2>
583583
<li>Let <var>registration</var> be the <a>PushManager</a>'s associated <a>service worker
584584
registration</a>.
585585
</li>
586-
<li>If <var>registration</var>'s [= service worker registration/active worker =] is null,
586+
<li>If <var>registration</var>'s [=service worker registration/active worker=] is null,
587587
reject <var>promise</var> with a {{DOMException}} whose name is "{{InvalidStateError}}" and
588588
terminate these steps.
589589
</li>
@@ -1147,8 +1147,8 @@ <h2>
11471147
Then run the following steps in parallel, with <var>dispatchedEvent</var>:
11481148
</p>
11491149
<ol>
1150-
<li>Wait for all of the promises in the [= ExtendableEvent/extend lifetime promises
1151-
=] of <var>dispatchedEvent</var> to resolve.
1150+
<li>Wait for all of the promises in the [=ExtendableEvent/extend lifetime promises=]
1151+
of <var>dispatchedEvent</var> to resolve.
11521152
</li>
11531153
<li>If all the promises resolve successfully, acknowledge the receipt of the <a>push
11541154
message</a> according to [[RFC8030]] and abort these steps.

0 commit comments

Comments
 (0)