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"]] };