1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[bundler/bundler] Fix typo in binstubs documentation

https://github.com/bundler/bundler/commit/88dbfa18b4
This commit is contained in:
Scott Tesler 2019-07-29 15:15:37 -05:00 committed by Hiroshi SHIBATA
parent 56229c4e5d
commit d2d6d5c988
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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.