Patrizio Bekerle %!s(int64=6) %!d(string=hai) anos
pai
achega
ad0451d2fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/06.data-sources/02.ajax/docs.md

+ 1 - 1
pages/06.data-sources/02.ajax/docs.md

@@ -74,7 +74,7 @@ $('#mySelect2').select2({
   ajax: {
     url: '/example/api',
     processResults: function (data) {
-      // Tranforms the top-level key of the response object from 'items' to 'results'
+      // Transforms the top-level key of the response object from 'items' to 'results'
       return {
         results: data.items
       };