Skip to content

Commit 247ab16

Browse files
author
Marcos Cáceres
committed
Missed links
1 parent 9c7dcb1 commit 247ab16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ <h2>
346346
<a>application server</a>'s communication with the user.
347347
</p>
348348
<p>
349-
<a>User agents</a> MUST NOT provide Push API access to <a>webapps</a> without the
349+
<a>User agents</a> MUST NOT provide Push API access to web applications without the
350350
<a>express permission</a> of the user. <a>User agents</a> MUST acquire consent for
351351
permission through a user interface for each call to the `subscribe()` method, unless a
352352
previous permission grant has been persisted, or a prearranged trust relationship applies.
@@ -656,8 +656,8 @@ <h2>
656656
</li>
657657
<li>Return <var>promise</var> and continue the following steps asynchronously.
658658
</li>
659-
<li>Retrieve the push permission status (<a>PushPermissionState</a>) of the requesting <a>
660-
webapp</a>.
659+
<li>Retrieve the push permission status (<a>PushPermissionState</a>) of the requesting web
660+
application.
661661
</li>
662662
<li>If there is an error, reject <var>promise</var> with no arguments and terminate these
663663
steps.

0 commit comments

Comments
 (0)