From 74aa300a3faf8c76b16a3f46a26a4951d903b3ab Mon Sep 17 00:00:00 2001 From: Sunny Ripert Date: Thu, 19 Aug 2021 05:04:08 +0200 Subject: [PATCH] Remove minor extra parenthesis in trim docs [ci-skip] (#326) --- docs/extras/trim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extras/trim.md b/docs/extras/trim.md index cb1338e49..659aedb43 100644 --- a/docs/extras/trim.md +++ b/docs/extras/trim.md @@ -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.