Skip to content

Commit cbd5777

Browse files
mkrufkyjcrugzz
authored andcommitted
README.md: fix typo: 'ingoing' should be 'incoming' (#1060)
1 parent d8fb344 commit cbd5777

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
@@ -93,7 +93,7 @@ proxy.web(req, res, { target: 'http://mytarget.com:8080' }, function(e) { ... })
9393

9494
When a request is proxied it follows two different pipelines ([available here](lib/http-proxy/passes))
9595
which apply transformations to both the `req` and `res` object.
96-
The first pipeline (ingoing) is responsible for the creation and manipulation of the stream that connects your client to the target.
96+
The first pipeline (incoming) is responsible for the creation and manipulation of the stream that connects your client to the target.
9797
The second pipeline (outgoing) is responsible for the creation and manipulation of the stream that, from your target, returns data
9898
to the client.
9999

0 commit comments

Comments
 (0)