Skip to content

Commit f30bf3d

Browse files
Meta: tidy up formatting
1 parent 580e61a commit f30bf3d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ <h2>
115115
Push messaging is best suited to occasions where there is not already an active
116116
communications channel established between the <a>user agent</a> and the web application.
117117
Sending <a>push messages</a> requires considerably more resources when compared with more
118-
direct methods of communication such as the [[Fetch|Fetch API]] or [[WebSockets]].
119-
<a>Push messages</a> usually have higher latency than direct communications and they can
120-
also be subject to restrictions on use. Most <a>push services</a> limit the size and
121-
quantity of <a>push messages</a> that can be sent.
118+
direct methods of communication such as the [[Fetch|Fetch API]] or [[WebSockets]]. <a>Push
119+
messages</a> usually have higher latency than direct communications and they can also be
120+
subject to restrictions on use. Most <a>push services</a> limit the size and quantity of
121+
<a>push messages</a> that can be sent.
122122
</p>
123123
</section>
124124
<section>
@@ -229,8 +229,8 @@ <h2>
229229
</li>
230230
<li>When the <a>push subscription</a> request has completed successfully:
231231
<ol>
232-
<li>Set |subscription|'s {{PushSubscription/endpoint}} attribute to the
233-
<a>push subscription</a>'s <a>push endpoint</a>.
232+
<li>Set |subscription|'s {{PushSubscription/endpoint}} attribute to the <a>push
233+
subscription</a>'s <a>push endpoint</a>.
234234
</li>
235235
<li>If provided by the <a>push subscription</a>, set |subscription|'s
236236
{{PushSubscription/expirationTime}}.

0 commit comments

Comments
 (0)