From ce57141fe341e543f79f219e0f70ecf33cf599f0 Mon Sep 17 00:00:00 2001 From: Emmanuel BALLERY Date: Sat, 2 Jun 2018 06:24:36 +0200 Subject: [PATCH] Fixed typo (#21) The example data response for AJAX included the wrong key for pagination. --- pages/06.data-sources/01.formats/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/06.data-sources/01.formats/docs.md b/pages/06.data-sources/01.formats/docs.md index 73bc49d5..befadeab 100644 --- a/pages/06.data-sources/01.formats/docs.md +++ b/pages/06.data-sources/01.formats/docs.md @@ -125,7 +125,7 @@ When options are to be generated in `` sections, options should be nes ] } ], - "paginate": { + "pagination": { "more": true } }