Procházet zdrojové kódy

Fixed typo (#21)

The example data response for AJAX included the wrong key for pagination.
Emmanuel BALLERY před 7 roky
rodič
revize
ce57141fe3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
   }
 }