summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2017-05-03 17:18:57 +0900
committerKoichi ITO <koic.ito@gmail.com>2017-05-03 19:28:56 +0900
commitf5193c0f62eb56555e1ad41e8707b1051137ea08 (patch)
tree0c6b0ce9d82b674b5102c75c1f463e8d6cdf2492 /man
parentaf277266db3fac8c0dd52c8bb0bd2ba63ae78131 (diff)
downloadbundler-f5193c0f62eb56555e1ad41e8707b1051137ea08.tar.gz
Fix a typos
Diffstat (limited to 'man')
-rw-r--r--man/bundle-config.ronn2
-rw-r--r--man/bundle-install.ronn2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index f64f5b4764..afae3e0888 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -220,7 +220,7 @@ learn more about their operation in [bundle install(1)][bundle-install].
* `user_agent` (`BUNDLE_USER_AGENT`):
The custom user agent fragment Bundler includes in API requests.
* `gem.push_key` (`BUNDLE_GEM__PUSH_KEY`):
- Sets the `--key` paramter for `gem push` when using the `rake release`
+ Sets the `--key` parameter for `gem push` when using the `rake release`
command with a private gemstash server.
In general, you should set these settings per-application by using the applicable
diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn
index 3a03090512..d4bc34909a 100644
--- a/man/bundle-install.ronn
+++ b/man/bundle-install.ronn
@@ -62,7 +62,7 @@ time `bundle install` is run, use `bundle config` (see bundle-config(1)).
* `--full-index`:
Bundler will not call Rubygems' API endpoint (default) but download and cache
a (currently big) index file of all gems. Performance can be improved for
- large bundles that seldomly change by enabling this option.
+ large bundles that seldom change by enabling this option.
* `--gemfile=<gemfile>`:
The location of the Gemfile(5) which Bundler should use. This defaults