1
0
mirror of synced 2025-02-04 06:09:23 +03:00

Merge pull request #3665 from AnthonyDiSanti/master

Fixes typos in docs
This commit is contained in:
Kevin Brown 2015-08-09 17:08:04 -04:00
commit 8a26de7c60
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.