Skip to content

Commit 58cdf30

Browse files
committed
README.md
1 parent a4eca0c commit 58cdf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ $pagination = new Pagination(['number_links' => 10]);
270270

271271
// To change the choice to select potentially generate with perPageForm():
272272
$pagination = new Pagination(['options_select' => [5, 10, 50, 100, 500, 'all']]);
273-
// The value of 'options_select' must be a array.
273+
// The value of 'options_select' must be an array.
274274
// Only integers and 'all' are permitted.
275275
// Options are [15, 30, 50, 100, 200, 300] by default.
276276

0 commit comments

Comments
 (0)