fixed a couple of typos

This commit is contained in:
Brendan Forster 2016-10-31 08:59:26 -07:00
parent 92f8c105d9
commit 651b0c0f82
2 changed files with 2 additions and 2 deletions

View file

@ -136,7 +136,7 @@ Emitted when an authenticating proxy is asking for user credentials.
The `callback` function is expected to be called back with user credentials:
* `usrename` String
* `username` String
* `password` String
```JavaScript