aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorScott Tesler <ScottieT123@gmail.com>2019-07-29 15:15:37 -0500
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-03 09:30:00 +0900
commitd2d6d5c988b66cb110dbb07f92e08f231a31d6bc (patch)
tree66a857e8d7190c4e64dac7c1bee48544253a04a6 /man
parent56229c4e5d9856abdd39a51a5875a7d4d0076ce0 (diff)
downloadruby-d2d6d5c988b66cb110dbb07f92e08f231a31d6bc.tar.gz
[bundler/bundler] Fix typo in binstubs documentation
https://github.com/bundler/bundler/commit/88dbfa18b4
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 c1ae0988cd..8909fdc3da 100644
--- a/man/bundle-binstubs.ronn
+++ b/man/bundle-binstubs.ronn
@@ -10,7 +10,7 @@ bundle-binstubs(1) -- Install the binstubs of the listed gems
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
+to always using `bundle exec`. This gives you a file that can be run
directly, and one that will always run the correct gem version
used by the application.