Skip to content

Commit

Permalink
Fix: typo [ci-skip] (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
benkoshy committed Aug 23, 2020
1 parent bd3bcc7 commit 86bf3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to.md
Expand Up @@ -9,7 +9,7 @@ This page contains the practical tips and examples to get the job done with Pagy

1. Install Pagy:

- If you use Bundler, add the gem in the Gemfile, optionally avoiding the next mayor version with breaking changes (e.g. '~> 3.5' see [RubyGem Specifiers](http://guides.rubygems.org/patterns/#pessimistic-version-constraint)):
- If you use Bundler, add the gem in the Gemfile, optionally avoiding the next major version with breaking changes (e.g. '~> 3.5' see [RubyGem Specifiers](http://guides.rubygems.org/patterns/#pessimistic-version-constraint)):

```ruby
gem 'pagy', '~> 3.5' # omit patch digit and use the latest if possible
Expand Down

0 comments on commit 86bf3dc

Please sign in to comment.