We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42c35ae + 45cf95a commit 90d40d6Copy full SHA for 90d40d6
README.md
@@ -38,7 +38,7 @@ An object will be returned with four values:
38
* listen `port` (a function that wraps the object in a webserver, for your convenience)
39
* close `[callback]` (a function that closes the inner webserver and stops listening on given port)
40
41
-Is it then possible to proxy requests by calling these functions
+It is then possible to proxy requests by calling these functions
42
43
```javascript
44
http.createServer(function(req, res) {
0 commit comments