We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512269f commit 4a5d753Copy full SHA for 4a5d753
2 files changed
docs/_includes/examples/disabled-mode.html
@@ -3,7 +3,7 @@
3
<h1 id="disabled">Disabled mode</h1>
4
5
<p>
6
- Select2 will response the <code>disabled</code> attribute on
+ Select2 will respond to the <code>disabled</code> attribute on
7
<code><select></code> elements. You can also initialize Select2
8
with <code>disabled: true</code> to get the same effect.
9
</p>
docs/_includes/examples/disabled-results.html
<h1 id="disabled-results">Disabled results</h1>
- 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.
0 commit comments