Skip to content

Commit

Permalink
Editorial: Fix sentences around permission states
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz committed Jul 24, 2024
1 parent 4d38a40 commit 62bef90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,15 +232,15 @@ <h3>
</dt>
<dd>
The user, or the user agent on the user's behalf, has given [=express permission=] to
use a [=powerful feature=]. The caller will can use the feature possibly without having
the [=user agent=] asking the user's permission.
use a [=powerful feature=]. The caller will be able to use the feature possibly without
having the [=user agent=] asking the user's permission.
</dd>
<dt>
<dfn class="export" data-lt="denied" data-dfn-for="permission">"denied"</dfn>:
</dt>
<dd>
The user, or the user agent on the user's behalf, has denied access to this [=powerful
feature=]. The caller will can't use the feature.
feature=]. The caller won't be able to use the feature.
</dd>
</dl>
<p>
Expand Down

0 comments on commit 62bef90

Please sign in to comment.