From 038c709c8b303750b8f93cbb28c43b5f9bd39b17 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Sun, 31 May 2015 15:10:51 -0400 Subject: [PATCH] Adjusted some wording --- docs/_includes/examples/matcher.html | 2 +- docs/_includes/examples/programmatic-control.html | 6 +++--- docs/_includes/nav/examples.html | 4 ++-- docs/_includes/nav/options.html | 7 ++++--- docs/_includes/options/core-options.html | 4 ++-- docs/community.html | 2 +- 6 files changed, 13 insertions(+), 12 deletions(-) diff --git a/docs/_includes/examples/matcher.html b/docs/_includes/examples/matcher.html index 7832405b..28ce285a 100644 --- a/docs/_includes/examples/matcher.html +++ b/docs/_includes/examples/matcher.html @@ -1,6 +1,6 @@
-

Custom matcher

+

Customizing how results are matched

Unlike other dropdowns on this page, this one matches options only if diff --git a/docs/_includes/examples/programmatic-control.html b/docs/_includes/examples/programmatic-control.html index d759e5a5..cf904f40 100644 --- a/docs/_includes/examples/programmatic-control.html +++ b/docs/_includes/examples/programmatic-control.html @@ -4,7 +4,7 @@ Programmatic control -

Events

+

DOM events

Select2 will trigger some events on the original select element, @@ -138,8 +138,8 @@ function log (name, evt) {