Update CharCounter.plugin.js

This commit is contained in:
Mirco Wittrien 2019-11-13 13:41:31 +01:00
parent 684b4e5fe4
commit d74e5a047d
1 changed files with 1 additions and 1 deletions

View File

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