summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2018-01-16 01:57:01 +0000
committerColby Swandale <me@colby.fyi>2018-04-20 10:26:13 +1000
commit4f7a4358f72c592614c645d4f86715ca5c992a15 (patch)
treee75a5914581babbfb2ad0b0fa4c2b05e22c5ba88
parent6f085c4d4066d296982cf7ae41d67c28eea35846 (diff)
downloadbundler-4f7a4358f72c592614c645d4f86715ca5c992a15.tar.gz
Auto merge of #6235 - Debian:samueloph_typo, r=colby-swandale
[man] fix typo on bundle-binstubs Typo found while i was packaging 1.16.1 for Debian (cherry picked from commit e4191ba59f566855c04680657a2807dd76bd2eb8)
-rw-r--r--man/bundle-binstubs.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-binstubs.ronn b/man/bundle-binstubs.ronn
index 99ddc79ef0..550c0f6d66 100644
--- a/man/bundle-binstubs.ronn
+++ b/man/bundle-binstubs.ronn
@@ -7,7 +7,7 @@ bundle-binstubs(1) -- Install the binstubs of the listed gems
## DESCRIPTION
-Binstubs are scripts that wrap aroung executables. Bundler creates a
+Binstubs are scripts that wrap around executables. Bundler creates a
small Ruby file (a binstub) that loads Bundler, runs the command,
and puts it into `bin/`. Binstubs are a shortcut-or alternative-
to always using `bundle exec`. This gives you a file that can by run