From 4a5d75311282f38427b4454383f4af44d4f81b3b Mon Sep 17 00:00:00 2001 From: Anthony DiSanti Date: Sun, 9 Aug 2015 14:19:39 -0400 Subject: [PATCH] Fixes typos in docs * Updates Disabled Mode docs * Updates Disabled Results docs --- docs/_includes/examples/disabled-mode.html | 2 +- docs/_includes/examples/disabled-results.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@

Disabled mode

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

diff --git a/docs/_includes/examples/disabled-results.html b/docs/_includes/examples/disabled-results.html index b93cf450..d8926384 100644 --- a/docs/_includes/examples/disabled-results.html +++ b/docs/_includes/examples/disabled-results.html @@ -3,7 +3,7 @@

Disabled results

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