diff --git a/docs/_includes/options/data/ajax.html b/docs/_includes/options/data/ajax.html index fbfb7a8c..efc65e3e 100644 --- a/docs/_includes/options/data/ajax.html +++ b/docs/_includes/options/data/ajax.html @@ -92,7 +92,7 @@

- You can use the ajax.processResults option to modify the data returned from the server before passing it to Select2. + You can use the ajax.processResults option to modify the data returned from the server before passing it to Select2. The data structure returned by processResults should match the format as specified above.

{% highlight js linenos %}