Skip to content

Commit 52513f3

Browse files
committed
Merge pull request select2#2968 from loic/typo
Fixed typo in error message.
2 parents 6488551 + 285d173 commit 52513f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/select2/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ define([
6161
if ($e.data('ajax-url')) {
6262
if (console && console.warn) {
6363
console.warn(
64-
'Select2: The `data-ajax-attribute` has been changed to ' +
64+
'Select2: The `data-ajax-url` has been changed to ' +
6565
'`data-ajax--url` and support for the old attribute will be removed' +
6666
' in future versions of Select2.'
6767
);

0 commit comments

Comments
 (0)