Skip to content

Commit 729496d

Browse files
author
Myles Byrne
committed
grammar correction
1 parent 91e9bb9 commit 729496d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ server.on('upgrade', function(req, socket, head) {
358358

359359
### Configuring your Socket limits
360360

361-
By default, `node-http-proxy` will set a 100 socket limit for all `host:port` proxy targets. If you wish to change this you can two it in two ways:
361+
By default, `node-http-proxy` will set a 100 socket limit for all `host:port` proxy targets. You can change this in two ways:
362362

363363
1. By passing the `maxSockets` option to `httpProxy.createServer()`
364364
2. By calling `httpProxy.setMaxSockets(n)`, where `n` is the number of sockets you with to use.

0 commit comments

Comments
 (0)