浏览代码

Fix a typo (#34)

Patrizio Bekerle 6 年之前
父节点
当前提交
ad0451d2fd
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
       };