diff options
author | Nick Holden <nick.r.holden@gmail.com> | 2018-02-01 07:12:08 -0800 |
---|---|---|
committer | Nick Holden <nick.r.holden@gmail.com> | 2018-02-01 07:12:08 -0800 |
commit | c5f0852bf9eb585ebc36fbeedc4627d6492f2731 (patch) | |
tree | 369584031165c4dd6a3cfdfafaef1ec547f4f6c5 /man | |
parent | a1d9c1b13ca1de6bdb02ee445df3f707c9cdc198 (diff) | |
download | bundler-c5f0852bf9eb585ebc36fbeedc4627d6492f2731.tar.gz |
Fix typos
Diffstat (limited to 'man')
-rw-r--r-- | man/bundle-doctor.ronn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/bundle-doctor.ronn b/man/bundle-doctor.ronn index f28f2f4f98..271ee800ad 100644 --- a/man/bundle-doctor.ronn +++ b/man/bundle-doctor.ronn @@ -9,8 +9,8 @@ bundle-doctor(1) -- Checks the bundle for common problems ## DESCRIPTION Checks your Gemfile and gem environment for common problems. If issues -are detected, Bundler prints them and exists status 1. Otherwise, -Bundler prints a success message and exists status 0. +are detected, Bundler prints them and exits status 1. Otherwise, +Bundler prints a success message and exits status 0. Examples of common problems caught by bundle-doctor include: |