From 39a545e9a2a8e26503d4acb32ff424da1c3c0142 Mon Sep 17 00:00:00 2001 From: chr Date: Mon, 1 Mar 2021 23:39:33 -0800 Subject: [PATCH] typo --- app/javascript/packs/public.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/packs/public.js b/app/javascript/packs/public.js index 3ff665f2a..987c310c8 100644 --- a/app/javascript/packs/public.js +++ b/app/javascript/packs/public.js @@ -306,7 +306,7 @@ function main() { delegate(document, '#account_note', 'input', sizeBioText); - function s500 izeBioText() { + function sizeBioText() { const noteCounter = document.querySelector('.note-counter'); const bioTextArea = document.querySelector('#account_note');