summaryrefslogtreecommitdiff
path: root/man/gemfile.5.ronn
diff options
context:
space:
mode:
authorTim Moore <tmoore@incrementalism.net>2014-10-12 16:06:04 +1100
committerTim Moore <tmoore@incrementalism.net>2014-10-12 16:09:20 +1100
commitc8c58671ae5ba58490dd83e5f721c489914bd64f (patch)
tree3bd5db435c89a09ceb41598a311237fc434b75f5 /man/gemfile.5.ronn
parenta6d05623c9eb3f1b00a6eca12bc01f3f3ac0f4a4 (diff)
downloadbundler-c8c58671ae5ba58490dd83e5f721c489914bd64f.tar.gz
Fix a typo in the docs.
Diffstat (limited to 'man/gemfile.5.ronn')
-rw-r--r--man/gemfile.5.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index df6c12ad02..6161b12e84 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -35,7 +35,7 @@ password on a per source basis.
As alternative you can provide credentials directly in the source URI.
- source "https://user:passowrd@gems.example.com"
+ source "https://user:password@gems.example.com"
Credentials provided in the source URI will take presedence.