From 6995e609f0eba9879c66002b67c562c3f9519ad6 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 9 Aug 2022 23:10:44 -0400 Subject: [PATCH] spelling: actually 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 252a4b70..4a027d97 100755 --- a/lib/gollum/public/gollum/javascript/editor/gollum.editor.js +++ b/lib/gollum/public/gollum/javascript/editor/gollum.editor.js @@ -43,7 +43,7 @@ $('#gollum-saved-msg').text('Saving...'); - // Wait 2 seconds, then actualy save the text to local storage + // Wait 2 seconds, then actually save the text to local storage autoSaveTimer = setTimeout(function() { localStorage.setItem(storageKey, window.ace_editor.getSession().getValue()); // Save any subpage editor text that might exist