1
0
mirror of synced 2025-03-10 14:46:10 +03:00

Fixed typo (#21)

The example data response for AJAX included the wrong key for pagination.
This commit is contained in:
Emmanuel BALLERY 2018-06-02 06:24:36 +02:00 committed by Kevin Brown
parent 69098b179d
commit ce57141fe3

View File

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