Capitalize type

This commit is contained in:
Samuel Attard 2017-03-07 21:25:40 +11:00 committed by GitHub
parent 5a4d9807ee
commit f97066511f

View file

@ -204,7 +204,7 @@ The `proxyBypassRules` is a comma separated list of rules described below:
* `url` URL * `url` URL
* `callback` Function * `callback` Function
* `proxy` string * `proxy` String
Resolves the proxy information for `url`. The `callback` will be called with Resolves the proxy information for `url`. The `callback` will be called with
`callback(proxy)` when the request is performed. `callback(proxy)` when the request is performed.