Remove 'i' from 'showInvisibiles'
This commit is contained in:
Bobby Jack 2013-03-13 11:15:11 +00:00
commit 9e9063a4bd

View file

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