From 4cd0f4fb9b307254771aefdd44082919e9ea141f Mon Sep 17 00:00:00 2001 From: Jiiks Date: Thu, 11 Jan 2018 08:02:11 +0200 Subject: [PATCH] Typo --- client/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/index.js b/client/src/index.js index fc6daa53..99218e8a 100644 --- a/client/src/index.js +++ b/client/src/index.js @@ -22,7 +22,7 @@ class BetterDiscord { } if (window.BetterDiscord) { - Logger.log('main', 'Attepting to inject again?'); + Logger.log('main', 'Attempting to inject again?'); } else { let bdInstance = new BetterDiscord(); window.BetterDiscord = {