summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`.