Skip to content

Commit

Permalink
Remove minor extra parenthesis in trim docs [ci-skip] (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny committed Aug 19, 2021
1 parent f8b96eb commit 74aa300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extras/trim.md
Expand Up @@ -55,6 +55,6 @@ This method overrides the `pagy_link_proc` using the `pagy_trim` to process the

Sub-method called only by the `pagy_link_proc` method, it removes the the `:page_param` param from the first page link (usually `page=1`).

Override this method if you are [Customizing the urls](../how-to.md#customizing-the-url)).
Override this method if you are [Customizing the urls](../how-to.md#customizing-the-url).

If you use a `pagy_*nav_js` helper you should customize the `Pagy.trim` javascript function instead.

0 comments on commit 74aa300

Please sign in to comment.