From 9e9063a4bd4ce7d6c037327f09ea469bbce0d7e1 Mon Sep 17 00:00:00 2001 From: Bobby Jack Date: Wed, 13 Mar 2013 11:15:11 +0000 Subject: [PATCH] Typo Remove 'i' from 'showInvisibiles' --- lib/ace/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * **/