1
0
mirror of synced 2024-11-22 13:06:08 +03:00

Fixes typos in docs

* Updates Disabled Mode docs
* Updates Disabled Results docs
This commit is contained in:
Anthony DiSanti 2015-08-09 14:19:39 -04:00
parent 512269fa40
commit 4a5d753112
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<h1 id="disabled">Disabled mode</h1>
<p>
Select2 will response the <code>disabled</code> attribute on
Select2 will respond to the <code>disabled</code> attribute on
<code>&lt;select&gt;</code> elements. You can also initialize Select2
with <code>disabled: true</code> to get the same effect.
</p>

View File

@ -3,7 +3,7 @@
<h1 id="disabled-results">Disabled results</h1>
<p>
Select2 will correctly handled disabled results, both with data coming
Select2 will correctly handle disabled results, both with data coming
from a standard select (when the <code>disabled</code> attribute is set)
and from remote sources, where the object has
<code>disabled: true</code> set.