Skip to content

Commit eca765a

Browse files
committed
[minor] missing angle bracket
1 parent 07fceb7 commit eca765a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/http-proxy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports.createProxyServer = module.exports.createServer = function create
4242
* ws : <true/false, if you want to proxy websockets>
4343
* xfwd : <true/false, adds x-forward headers>
4444
* secure : <true/false, verify SSL certificate>
45-
* toProxy: <true/false, explicitly specify if we are proxying to another proxy
45+
* toProxy: <true/false, explicitly specify if we are proxying to another proxy>
4646
* localAddress : <Local interface string to bind for outgoing connections>
4747
* }
4848
*

0 commit comments

Comments
 (0)