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) {