From 3a67616c2f5e54cf25e9aea0dbaeacfb03e145c8 Mon Sep 17 00:00:00 2001 From: Vasyl Zuzyak Date: Tue, 21 Jun 2016 16:57:19 +0300 Subject: [PATCH] fix(docs): corrected mistype --- docs/_includes/options/data/ajax.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_includes/options/data/ajax.html b/docs/_includes/options/data/ajax.html index 77472741..b23ec91e 100644 --- a/docs/_includes/options/data/ajax.html +++ b/docs/_includes/options/data/ajax.html @@ -110,7 +110,7 @@ $('select').select2({ page: params.page } - // Query paramters will be ?search=[term]&page=[page] + // Query parameters will be ?search=[term]&page=[page] return query; } } @@ -144,4 +144,4 @@ $('select').select2({ } }); {% endhighlight %} - \ No newline at end of file +