diff --git a/lib/ace/editor.js b/lib/ace/editor.js index 5a7e4022..81dd9c42 100644 --- a/lib/ace/editor.js +++ b/lib/ace/editor.js @@ -912,7 +912,7 @@ var Editor = function(renderer, session) { }; /** - * If `showInvisibiles` is set to `true`, invisible characters—like spaces or new lines—are show in the editor. + * If `showInvisibles` is set to `true`, invisible characters—like spaces or new lines—are show in the editor. * @param {Boolean} showInvisibles Specifies whether or not to show invisible characters * **/