From 0c4d649459cac17e9d898baff2d11e36e577e420 Mon Sep 17 00:00:00 2001 From: Dhruv Awasthi Date: Wed, 30 Sep 2020 15:24:27 +0530 Subject: [PATCH] chore(typo) fix --- static/close.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/close.js b/static/close.js index 3d65016b0..52eb94e81 100644 --- a/static/close.js +++ b/static/close.js @@ -11,7 +11,7 @@ const hints = [ ]; /** - * Get a random hint meessage from hint array. + * Get a random hint message from hint array. * * @return {string} the hint message. */