We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c35ae commit 45cf95aCopy full SHA for 45cf95a
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