Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update paginator.rst #7754

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/views/helpers/paginator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ There are a number of options for ``counter()``. The supported ones are:
If your model was 'RecipePage', ``{{model}}`` would be 'recipe pages'.

You could also supply only a string to the counter method using the tokens
available. For example::
available. Doing so can allow for i18n and l10n integration within the paginator. For example::

echo $this->Paginator->counter(
'Page {{page}} of {{pages}}, showing {{current}} records out of
Expand Down
Loading