Skip to content

Commit 285d173

Browse files
committed
Fixed typo in error message.
1 parent 6488551 commit 285d173

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)