From 86bf3dcca36325ebb633e74382d6d1a9ae23318d Mon Sep 17 00:00:00 2001 From: Ben Koshy Date: Mon, 24 Aug 2020 00:02:42 +1000 Subject: [PATCH] Fix: typo [ci-skip] (#257) --- docs/how-to.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to.md b/docs/how-to.md index c2ceab774..67185d45c 100644 --- a/docs/how-to.md +++ b/docs/how-to.md @@ -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