Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 07b7fa2

Browse files
authored
Corrected typo in README
1 parent 0ee8cc2 commit 07b7fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ var cloudant = Cloudant("http://MYUSERNAME:MYPASSWORD@localhost:5984");
160160
`password` configuration options rather than as part of the URL. However, if you
161161
choose to pass credentials in the user information subcomponent of the URL then
162162
they must be [percent encoded](https://tools.ietf.org/html/rfc3986#section-3.2.1).
163-
Specifically within either the username or passowrd the characters `: / ? # [ ] @ %`
163+
Specifically within either the username or password the characters `: / ? # [ ] @ %`
164164
_MUST_ be precent-encoded, other characters _MAY_ be percent encoded.
165165
For example for the username `user123` and password `colon:at@321`:
166166
```

0 commit comments

Comments
 (0)