From d74e5a047d51bfae0f5d5ad86bfd9249eaeb709e Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Wed, 13 Nov 2019 13:41:31 +0100 Subject: [PATCH] Update CharCounter.plugin.js --- Plugins/CharCounter/CharCounter.plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/CharCounter/CharCounter.plugin.js b/Plugins/CharCounter/CharCounter.plugin.js index 9bb51d8b84..caa4baccf7 100644 --- a/Plugins/CharCounter/CharCounter.plugin.js +++ b/Plugins/CharCounter/CharCounter.plugin.js @@ -11,7 +11,7 @@ class CharCounter { constructor () { this.changelog = { - "fixed":[["Textarea","Fied issue where counter would not get attached to chat textarea"]], + "fixed":[["Textarea","Fixed issue where counter would not get attached to chat textarea"]], "improved":[["New Library Structure & React","Restructured my Library and switched to React rendering instead of DOM manipulation"]] };