Removed extra 'i' from 'invisibiles'
This commit is contained in:
Bobby Jack 2013-03-13 00:14:40 +00:00
commit d6004d7a31

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>