fix: spelling error in comment :)

infinie error(s) fixed
This commit is contained in:
Søren Gregersen
2019-08-05 14:37:30 +02:00
committed by Sebastiaan Janssen
parent 2cf3a7831c
commit a398881fa1

View File

@@ -261,7 +261,7 @@ When building a custom infinite editor view you can use the same components as a
*/
unbindKeyboardShortcuts();
// set flag so we know when the editor is open in "infinie mode"
// set flag so we know when the editor is open in "infinite mode"
editor.infiniteMode = true;
editors.push(editor);