Merge pull request #1299 from fiveminuteargument/master

Typo fix
This commit is contained in:
Garen Torikian 2013-03-13 10:58:58 -07:00
commit bbb577bdeb
2 changed files with 3 additions and 3 deletions

View file

@ -4246,10 +4246,10 @@ although this code change in the future.</p>
</ul>
</div>
<div class="sideToggler">
<div id="ellipsis_Editor.setShowInvisibles" class="ellipsis_description"><p>If <code>showInvisibiles</code> is set to <code>true</code>, invisible characters&mdash;like spaces or new lines&mdash;are show in the editor.</p>
<div id="ellipsis_Editor.setShowInvisibles" class="ellipsis_description"><p>If <code>showInvisibles</code> is set to <code>true</code>, invisible characters&mdash;like spaces or new lines&mdash;are show in the editor.</p>
</div>
<div class="description"><p>If <code>showInvisibiles</code> is set to <code>true</code>, invisible characters&mdash;like spaces or new lines&mdash;are show in the editor.</p>
<div class="description"><p>If <code>showInvisibles</code> is set to <code>true</code>, invisible characters&mdash;like spaces or new lines&mdash;are show in the editor.</p>
<h4>Arguments</h4><table class="argumentTable argument-list table table-striped table-bordered"><tr class="argumentRow "><td class="argName ">showInvisibles</td><td class="argType" "><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Boolean" class="" title="Boolean" data-id="Boolean">Boolean</a></td><td class="argDescription "><p>Required. Specifies whether or not to show invisible characters</p>
</td></tr></table>

View file

@ -912,7 +912,7 @@ var Editor = function(renderer, session) {
};
/**
* If `showInvisibiles` is set to `true`, invisible characters&mdash;like spaces or new lines&mdash;are show in the editor.
* If `showInvisibles` is set to `true`, invisible characters&mdash;like spaces or new lines&mdash;are show in the editor.
* @param {Boolean} showInvisibles Specifies whether or not to show invisible characters
*
**/