Skip to content

Commit 45cf95a

Browse files
committed
Fix typo in README.md
"Is it then possible" -> "It is then possible"
1 parent 42c35ae commit 45cf95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ An object will be returned with four values:
3838
* listen `port` (a function that wraps the object in a webserver, for your convenience)
3939
* close `[callback]` (a function that closes the inner webserver and stops listening on given port)
4040

41-
Is it then possible to proxy requests by calling these functions
41+
It is then possible to proxy requests by calling these functions
4242

4343
```javascript
4444
http.createServer(function(req, res) {

0 commit comments

Comments
 (0)