Skip to content

Commit 90d40d6

Browse files
committed
Merge pull request #702 from shebson/fix-readme-typo
Fix typo in README.md
2 parents 42c35ae + 45cf95a commit 90d40d6

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)