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:06:04 +1100
commit78a60bf8c671dd3905d7b775511f9b677cb16dda (patch)
tree7f9c0f1af192906934295b07a8785c42c51e9d9e /man/gemfile.5.ronn
parentd0df9a2cae0cbd9a40c5c65f6ac752512c4bf400 (diff)
downloadbundler-78a60bf8c671dd3905d7b775511f9b677cb16dda.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 a068b800a9..7353b5ed4a 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -45,7 +45,7 @@ credentials from being stored in plain text in version control.
For some sources, like a company Gemfury account, it may be easier to simply
include the credentials in the Gemfile as part of the source URL.
- source "https://user:passowrd@gems.example.com"
+ source "https://user:password@gems.example.com"
Credentials in the source URL will take precedence over credentials set using
`config`.