From e9d57ba68a583346a65f198d00bb0c5eb4c32a74 Mon Sep 17 00:00:00 2001 From: DrTransmisia <95589613+DrTransmisia@users.noreply.github.com> Date: Sun, 17 Jul 2022 19:05:24 +0200 Subject: [PATCH] typo (#320) le typo has gone --- files/assets/js/emoji_modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/js/emoji_modal.js b/files/assets/js/emoji_modal.js index 94a87ebc1..e378b7c7a 100644 --- a/files/assets/js/emoji_modal.js +++ b/files/assets/js/emoji_modal.js @@ -190,7 +190,7 @@ emojiRequest.open("GET", '/marsey_list.json'); emojiRequest.onload = async (e) => { let emojis = JSON.parse(emojiRequest.response); if(! (emojis instanceof Array )) - throw new TypeError("[EMOIJ DIALOG] rDrama's server should have sent a JSON-coded Array!"); + throw new TypeError("[EMOJI DIALOG] rDrama's server should have sent a JSON-coded Array!"); let classes = new Set(); const bussyDOM = document.createElement("div");