diff --git a/docs/_includes/examples/disabled-mode.html b/docs/_includes/examples/disabled-mode.html index b90c1377..309a2c2b 100644 --- a/docs/_includes/examples/disabled-mode.html +++ b/docs/_includes/examples/disabled-mode.html @@ -3,7 +3,7 @@
- Select2 will response the disabled
attribute on
+ Select2 will respond to the disabled
attribute on
<select>
elements. You can also initialize Select2
with disabled: true
to get the same effect.
- 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 disabled
attribute is set)
and from remote sources, where the object has
disabled: true
set.