diff --git a/api/editor.html b/api/editor.html index c4b46f94..27c5de90 100644 --- a/api/editor.html +++ b/api/editor.html @@ -4246,10 +4246,10 @@ although this code change in the future.

-

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.

-

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.

Arguments

showInvisiblesBoolean

Required. Specifies whether or not to show invisible characters

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 * **/