From d6004d7a31cc45ca076fc8d9a7e174bdebf7e03b Mon Sep 17 00:00:00 2001
From: Bobby Jack
Date: Wed, 13 Mar 2013 00:14:40 +0000
Subject: [PATCH 1/2] Typo
Removed extra 'i' from 'invisibiles'
---
api/editor.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
| showInvisibles | Boolean | Required. Specifies whether or not to show invisible characters
|
From 9e9063a4bd4ce7d6c037327f09ea469bbce0d7e1 Mon Sep 17 00:00:00 2001
From: Bobby Jack
Date: Wed, 13 Mar 2013 11:15:11 +0000
Subject: [PATCH 2/2] 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
*
**/