From 1089ebcf53f398584fc724229159fd5c2e90eb1f Mon Sep 17 00:00:00 2001 From: Jenny Pollack Date: Mon, 8 Jun 2020 13:48:20 -0700 Subject: [PATCH] Update app/scripts/contentscript.js Co-authored-by: Mark Stacey --- app/scripts/contentscript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/contentscript.js b/app/scripts/contentscript.js index 32bb52be6..f4eeca4d4 100644 --- a/app/scripts/contentscript.js +++ b/app/scripts/contentscript.js @@ -181,7 +181,7 @@ function documentElementCheck () { } /** - * Checks if the current domain is blocklisted + * Checks if the current domain is blocked * * @returns {boolean} {@code true} - if the current domain is blocked */