Просмотр исходного кода

Fixed typo (#21)

The example data response for AJAX included the wrong key for pagination.
Emmanuel BALLERY 7 лет назад
Родитель
Сommit
ce57141fe3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pages/06.data-sources/01.formats/docs.md

+ 1 - 1
pages/06.data-sources/01.formats/docs.md

@@ -125,7 +125,7 @@ When options are to be generated in `<optgroup>` sections, options should be nes
       ]
     }
   ],
-  "paginate": {
+  "pagination": {
     "more": true
   }
 }