Skip to content

Commit

Permalink
Fix typo in code comment [skip-log]
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Oct 18, 2024
1 parent 2acf44d commit 6f7690a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gem/lib/pagy/extras/calendar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def pagy_calendar_filter(*)

# Override the pagy_anchor
module FrontendOverride
# Consider the vars[:count]
# Consider the vars[:counts]
def pagy_anchor(pagy, anchor_string: nil)
return super unless (counts = pagy.vars[:counts])

Expand Down

0 comments on commit 6f7690a

Please sign in to comment.