Skip to content

Commit 4a5d753

Browse files
Fixes typos in docs
* Updates Disabled Mode docs * Updates Disabled Results docs
1 parent 512269f commit 4a5d753

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_includes/examples/disabled-mode.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h1 id="disabled">Disabled mode</h1>
44

55
<p>
6-
Select2 will response the <code>disabled</code> attribute on
6+
Select2 will respond to the <code>disabled</code> attribute on
77
<code>&lt;select&gt;</code> elements. You can also initialize Select2
88
with <code>disabled: true</code> to get the same effect.
99
</p>

docs/_includes/examples/disabled-results.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h1 id="disabled-results">Disabled results</h1>
44

55
<p>
6-
Select2 will correctly handled disabled results, both with data coming
6+
Select2 will correctly handle disabled results, both with data coming
77
from a standard select (when the <code>disabled</code> attribute is set)
88
and from remote sources, where the object has
99
<code>disabled: true</code> set.

0 commit comments

Comments
 (0)