Skip to content

Commit 4393852

Browse files
authored
Editorial: address a few nits (missing "the" and extraneous "}")
1 parent a2f3730 commit 4393852

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
@@ -113,9 +113,9 @@ <h2>
113113
</p>
114114
<p>
115115
Push messaging is best suited to occasions where there is not already an active
116-
communications channel established between <a>user agent</a> and web application. Sending
117-
<a>push messages</a> requires considerably more resources when compared with more direct
118-
methods of communication such as the [[Fetch|Fetch API]] or [[Websockets|Web Sockets]].
116+
communications channel established between the <a>user agent</a> and the web application.
117+
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]].
119119
<a>Push messages</a> usually have higher latency than direct communications and they can
120120
also be subject to restrictions on use. Most <a>push services</a> limit the size and
121121
quantity of <a>push messages</a> that can be sent.
@@ -698,7 +698,7 @@ <h3>
698698
<li>Return |promise| and continue the following steps asynchronously.
699699
</li>
700700
<li>Let |descriptor| be a new {{PermissionDescriptor}} with the
701-
{{PermissionDescriptor/name}}} initialized to "push".
701+
{{PermissionDescriptor/name}} initialized to "push".
702702
</li>
703703
<li>let |state| be the [=permission state=] of |descriptor| and the result.
704704
</li>

0 commit comments

Comments
 (0)