Parcourir la source

Fixed typo (#21)

The example data response for AJAX included the wrong key for pagination.
Emmanuel BALLERY il y a 7 ans
Parent
commit
ce57141fe3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
   }
 }