From e998755117f0690cb68fb80bd4d8aa209c5e34e1 Mon Sep 17 00:00:00 2001 From: Libor Polčák Date: Jun 10 2021 09:13:04 +0000 Subject: Fix typos in comments --- diff --git a/common/level_cache.js b/common/level_cache.js index 8401b85..b423748 100644 --- a/common/level_cache.js +++ b/common/level_cache.js @@ -57,7 +57,7 @@ function getContentConfiguration(url) { /** * Messaging with content script. * - * @message The message from consent script. + * @message The message from content script. * * Returns the promise with the message returned to the content script. */ @@ -76,7 +76,7 @@ browser.runtime.onMessage.addListener(contentScriptLevelSetter); /** * Register a dynamic content script to be ran for early configuration and - * injection of the wrapper, hopefully before of the asyncronous + * injection of the wrapper, hopefully before of the asynchronous * message listener above */ DocStartInjection.register(async ({url, frameId, tabId}) => {