Browse Source

Merge pull request #4435 from ZuBB/patch-1

fix(docs): corrected mistype
Kevin Brown 9 years ago
parent
commit
d2d7a9c381
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/_includes/options/data/ajax.html

+ 2 - 2
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 %}
-</section>
+</section>