Skip to content

Commit 099eb86

Browse files
committed
Merge pull request #751 from seanhussey/patch-1
Fix typo
2 parents 6a330ff + 4bd3c46 commit 099eb86

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
@@ -115,7 +115,7 @@ console.log("listening on port 5050")
115115
server.listen(5050);
116116
```
117117
#### Modify a response from a proxied server
118-
Sometimes when you have recieved a HTML/XML document from the server of origin you would like to modify it before forwarding it on.
118+
Sometimes when you have received a HTML/XML document from the server of origin you would like to modify it before forwarding it on.
119119

120120
[Harmon](https://github.com/No9/harmon) allows you to do this in a streaming style so as to keep the pressure on the proxy to a minimum.
121121

0 commit comments

Comments
 (0)