aboutsummaryrefslogtreecommitdiffstats
path: root/docs/features/responsestreaming.rst
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2015-12-12 11:18:56 +0100
committerJakub Wilk <jwilk@jwilk.net>2015-12-12 11:18:56 +0100
commitc8f9f4c17e1d4485e0cc98f609f39bc59a17c163 (patch)
treec557b7db00dc8a38d0f62393685a8ca037dd34eb /docs/features/responsestreaming.rst
parentf446dc4b83b8d92bf7b4430d4ba62ae0d7213a17 (diff)
downloadmitmproxy-c8f9f4c17e1d4485e0cc98f609f39bc59a17c163.tar.gz
mitmproxy-c8f9f4c17e1d4485e0cc98f609f39bc59a17c163.tar.bz2
mitmproxy-c8f9f4c17e1d4485e0cc98f609f39bc59a17c163.zip
docs: fix typos
Diffstat (limited to 'docs/features/responsestreaming.rst')
-rw-r--r--docs/features/responsestreaming.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/responsestreaming.rst b/docs/features/responsestreaming.rst
index af3d889a..8975c1f8 100644
--- a/docs/features/responsestreaming.rst
+++ b/docs/features/responsestreaming.rst
@@ -10,7 +10,7 @@ such as videos, where buffering the whole file slows down the client's browser.
By default, mitmproxy will read the entire response, perform any indicated
manipulations on it and then send the (possibly modified) response to
the client. In some cases this is undesirable and you may wish to "stream"
-the reponse back to the client. When streaming is enabled, the response is
+the response back to the client. When streaming is enabled, the response is
not buffered on the proxy but directly sent back to the client instead.
On the command-line