Browse Source

Fixes typos in docs

* Updates Disabled Mode docs
* Updates Disabled Results docs
Anthony DiSanti 9 years ago
parent
commit
4a5d753112

+ 1 - 1
docs/_includes/examples/disabled-mode.html

@@ -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>

+ 1 - 1
docs/_includes/examples/disabled-results.html

@@ -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.