summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2018-01-16 01:57:01 +0000
committerThe Bundler Bot <bot@bundler.io>2018-01-16 01:57:01 +0000
commite4191ba59f566855c04680657a2807dd76bd2eb8 (patch)
treeccffb10134667fec849e4fd907d4fbf963729dcc
parent2c059142d17df414ab6f06842cfbfd7321a3e33e (diff)
parent949ece15b41adf2c1ffcb5b3ffce379141c07a36 (diff)
downloadbundler-e4191ba59f566855c04680657a2807dd76bd2eb8.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
-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