Skip to content

Commit

Permalink
[minor] missing angle bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrugzz committed Mar 27, 2014
1 parent 07fceb7 commit eca765a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports.createProxyServer = module.exports.createServer = function create
* ws : <true/false, if you want to proxy websockets>
* xfwd : <true/false, adds x-forward headers>
* secure : <true/false, verify SSL certificate>
* toProxy: <true/false, explicitly specify if we are proxying to another proxy
* toProxy: <true/false, explicitly specify if we are proxying to another proxy>
* localAddress : <Local interface string to bind for outgoing connections>
* }
*
Expand Down

0 comments on commit eca765a

Please sign in to comment.