summaryrefslogtreecommitdiff
path: root/man/bundle-binstubs.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'man/bundle-binstubs.1.txt')
-rw-r--r--man/bundle-binstubs.1.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/bundle-binstubs.1.txt b/man/bundle-binstubs.1.txt
index 3000d53876..6dd50a5f74 100644
--- a/man/bundle-binstubs.1.txt
+++ b/man/bundle-binstubs.1.txt
@@ -12,7 +12,7 @@ DESCRIPTION
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 directly, and
+ 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 applica-
tion.
@@ -45,4 +45,4 @@ BUNDLE INSTALL --BINSTUBS
- March 2019 BUNDLE-BINSTUBS(1)
+ August 2019 BUNDLE-BINSTUBS(1)