diff options
Diffstat (limited to 'content')
-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. */ |