summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSamuel Henrique <samueloph@gmail.com>2017-12-28 22:32:51 -0200
committerSamuel Henrique <samueloph@gmail.com>2017-12-28 22:32:51 -0200
commit949ece15b41adf2c1ffcb5b3ffce379141c07a36 (patch)
treedbed7535579c47de8778c439fac1bc1337df9634 /man
parentab14bb1938d70cbe76a1fe1ddba64a84cee5a847 (diff)
downloadbundler-949ece15b41adf2c1ffcb5b3ffce379141c07a36.tar.gz
[man] fix typo on bundle-binstubs
Diffstat (limited to 'man')
-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 ce7983acf0..29dab59b6c 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