Skip to content

Commit

Permalink
[bundler/bundler] Fix typo in binstubs documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttesler authored and hsbt committed Aug 3, 2019
1 parent 56229c4 commit d2d6d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/bundle-binstubs.ronn
Expand Up @@ -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.

Expand Down

0 comments on commit d2d6d5c

Please sign in to comment.