Skip to content

Commit 5823842

Browse files
committed
[Fix] 2 spelling mistakes
1 parent d166354 commit 5823842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ require('http').createServer(function(req, res) {
3232
```
3333

3434
When a request is proxied it follows two different pipelines ([available here](https://github.com/yawnt/caronte/tree/master/lib/caronte/passes))
35-
which apply trasformations to both the `req` and `res` object.
35+
which apply transformations to both the `req` and `res` object.
3636
The first pipeline (ingoing) is responsible for the creation and manipulation of the stream that connects your client to the target.
37-
The second pipeline (outgoing) is responsible for the creation and manipulation of the stream that, from your target, returns datas
37+
The second pipeline (outgoing) is responsible for the creation and manipulation of the stream that, from your target, returns data
3838
to the client.
3939

4040
You can easily add a `pass` (stages) into both the pipelines (XXX: ADD API).

0 commit comments

Comments
 (0)