diff --git a/WebExtension-Permissions.md b/WebExtension-Permissions.md index 7be0c0b..2ce6387 100644 --- a/WebExtension-Permissions.md +++ b/WebExtension-Permissions.md @@ -30,7 +30,7 @@ In versions of Queue before 0.2.1, this was done by injecting a [content script] In 0.2.1 this was made much simpler and safer by using the `tabs` API instead. Now, from the main background process, Queue simply asks the current active tab to go to the link and that's it. -And in 0.2.6, Queue doesn't require the tabs permission anymore at all. Only certain parts of the `tabs` API are locked behind the permission and Queue don't use any of those parts. +And in 0.2.6, Queue doesn't require the tabs permission anymore at all. Only certain parts of the `tabs` API are locked behind the permission and Queue doesn't use any of those parts. ## Optional Permissions