summaryrefslogtreecommitdiff
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:10:37 +1100
commit436bd9db41d9be5356f75f1fc3ed20880c0c0808 (patch)
treee379921073c7d98b0e79880c1234c1a1865763d6
parent9100c39dcad1675c481a9f3eda6a2c1dd9754826 (diff)
downloadbundler-436bd9db41d9be5356f75f1fc3ed20880c0c0808.tar.gz
Fix a typo in the docs.
-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 c01c0df9f7..756970d540 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -42,7 +42,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.