From 3743346633fdd21c817f1f2c773b76c7ece633ca Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 9 Aug 2022 23:10:50 -0400 Subject: [PATCH] spelling: switching Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- lib/gollum/public/gollum/javascript/editor/gollum.editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gollum/public/gollum/javascript/editor/gollum.editor.js b/lib/gollum/public/gollum/javascript/editor/gollum.editor.js index 4a027d97..c3db526c 100755 --- a/lib/gollum/public/gollum/javascript/editor/gollum.editor.js +++ b/lib/gollum/public/gollum/javascript/editor/gollum.editor.js @@ -717,7 +717,7 @@ deactivate: function() { - // When we switch markup language, unbind all buttons *except* for the text direction (LTR/RTL) switiching button + // When we switch markup language, unbind all buttons *except* for the text direction (LTR/RTL) switching button $('#gollum-editor-function-bar button.function-button').not('#function-text-direction').unbind('click'); $('#gollum-editor-function-bar').removeClass( 'active' ); FunctionBar.isActive = false;