Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: address a few nits (missing "the" and extraneous "}") #372

Merged
merged 2 commits into from
Jul 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ <h2>
</p>
<p>
Push messaging is best suited to occasions where there is not already an active
communications channel established between <a>user agent</a> and web application. Sending
<a>push messages</a> requires considerably more resources when compared with more direct
methods of communication such as the [[Fetch|Fetch API]] or [[Websockets|Web Sockets]].
communications channel established between the <a>user agent</a> and the web application.
Sending <a>push messages</a> requires considerably more resources when compared with more
direct methods of communication such as the [[Fetch|Fetch API]] or [[WebSockets]].
<a>Push messages</a> usually have higher latency than direct communications and they can
also be subject to restrictions on use. Most <a>push services</a> limit the size and
quantity of <a>push messages</a> that can be sent.
Expand Down Expand Up @@ -698,7 +698,7 @@ <h3>
<li>Return |promise| and continue the following steps asynchronously.
</li>
<li>Let |descriptor| be a new {{PermissionDescriptor}} with the
{{PermissionDescriptor/name}}} initialized to "push".
{{PermissionDescriptor/name}} initialized to "push".
</li>
<li>let |state| be the [=permission state=] of |descriptor| and the result.
</li>
Expand Down
Loading