diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-03-04 16:37:13 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-03-04 16:37:13 +0100 |
commit | 7fdb3e8474488de2b18da7e9b63719bb05961819 (patch) | |
tree | 8286a6a483b49c29f239564647dcb4e47aa3443a | |
parent | 587c1a88475c162b820d94c37e2cd18eb4422276 (diff) | |
download | browser-extension-7fdb3e8474488de2b18da7e9b63719bb05961819.tar.gz browser-extension-7fdb3e8474488de2b18da7e9b63719bb05961819.zip |
fix comment typo
-rw-r--r-- | content/policy_enforcing.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/policy_enforcing.js b/content/policy_enforcing.js index 45529ea..63c5119 100644 --- a/content/policy_enforcing.js +++ b/content/policy_enforcing.js @@ -361,7 +361,7 @@ async function _disable_service_workers() { } /* - * Trying to use servce workers APIs might result in exceptions, for example + * Trying to use service workers APIs might result in exceptions, for example * when in a non-HTML document. Because of this, we wrap the function that does * the actual work in a try {} block. */ |