From f5193c0f62eb56555e1ad41e8707b1051137ea08 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Wed, 3 May 2017 17:18:57 +0900 Subject: Fix a typos --- man/bundle-config.ronn | 2 +- man/bundle-install.ronn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'man') 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=`: The location of the Gemfile(5) which Bundler should use. This defaults -- cgit v1.2.1