From 84b94c614eecad4e9c1abbea849f77dfa17ca5f5 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Mon, 20 Aug 2018 03:48:49 +0300 Subject: [PATCH] Typos --- client/src/builtin/EmoteModule.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/builtin/EmoteModule.js b/client/src/builtin/EmoteModule.js index c02ed94a..fe44a897 100644 --- a/client/src/builtin/EmoteModule.js +++ b/client/src/builtin/EmoteModule.js @@ -71,7 +71,7 @@ export default new class EmoteModule extends BuiltinModule { } async disabled() { - // Unpatch all aptches + // Unpatch all patches for (const patch of Patcher.getPatchesByCaller('BD:EMOTEMODULE')) patch.unpatch(); // Remove ; prefix from autocomplete GlobalAc.remove(';'); @@ -180,7 +180,7 @@ export default new class EmoteModule extends BuiltinModule { /** * Add/update emote to most used - * @param {Object} emote + * @param {Object} emote emote to add/update */ addToMostUsed(emote) { const isMostUsed = this.mostUsed.find(mu => mu.key === emote.name); @@ -266,7 +266,7 @@ export default new class EmoteModule extends BuiltinModule { } /** - * Parsae emote object + * Parse emote object * @param {String} name Emote name * @param {Object} emote Emote object * @param {Boolean} simple Simple object or Emote instance