Skip to content

Commit

Permalink
Fix typo in docs example (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
smoothdvd authored and ddnexus committed Apr 30, 2019
1 parent e0b2a2b commit c1ddbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ end

```ruby
Pagy::VARS[:items] = 10
Pagy::Vars[:size] = [5,4,4,5]
Pagy::VARS[:size] = [5,4,4,5]
```

Remove all the old settings and uncomment and edit the new settings in the `pagy.rb` initializer _(see [Configuration](how-to.md#global-configuration))_.
Expand Down

0 comments on commit c1ddbd9

Please sign in to comment.