Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
are a -> aren't
  • Loading branch information
imnoahnovak authored Dec 23, 2024
1 parent 87516f2 commit 84c84fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This article provides a basic guide to using the [Permissions API](/en-US/docs/W

## The trouble with asking for permission…

Permissions on the Web are a necessary evil, but they are not much fun to deal with as developers.
Permissions on the Web aren't necessary evil, but they are not much fun to deal with as developers.

Historically, different APIs handle their own permissions inconsistently — for example the [Notifications API](/en-US/docs/Web/API/Notifications_API) had its own methods for checking the permission status and requesting permission, whereas the [Geolocation API](/en-US/docs/Web/API/Geolocation_API) did not.

Expand Down

0 comments on commit 84c84fd

Please sign in to comment.