From 0a32bd62e8f7d7e16ecd92d935239fb13ef24415 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Thu, 11 Feb 2021 09:44:06 +0100 Subject: [PATCH] Fix comment typo --- packages/matomo/src/matomo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/matomo/src/matomo.js b/packages/matomo/src/matomo.js index b206a189..7fa44959 100644 --- a/packages/matomo/src/matomo.js +++ b/packages/matomo/src/matomo.js @@ -116,7 +116,7 @@ export class MatomoElement extends DBPLitElement { return; } if (! loggedIn && this.isRunning) { - // TODO: reomve those event listeners + // TODO: remove those event listeners console.log('remove matomo...'); this.isRunning = false; } -- GitLab