spelling: actually

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-08-09 23:10:44 -04:00
committed by benjamin wil
parent e727098650
commit 6995e609f0
@@ -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