From 7fdb3e8474488de2b18da7e9b63719bb05961819 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 4 Mar 2022 16:37:13 +0100 Subject: fix comment typo --- content/policy_enforcing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- cgit v1.2.3