aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/mitmproxy.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-02-25 12:58:56 +1300
committerAldo Cortesi <aldo@nullcube.com>2012-02-25 12:58:56 +1300
commit7789b602c84ad611a0590f42a542575c54ce50d2 (patch)
treea5daa267ceb3d3fde059e5b203bc12725f7fd833 /doc-src/mitmproxy.html
parent986a41d1806eba2ad3d3746c9163cff9502b9482 (diff)
parentde08810a4748276cc09ffde19536945525f7c0be (diff)
downloadmitmproxy-7789b602c84ad611a0590f42a542575c54ce50d2.tar.gz
mitmproxy-7789b602c84ad611a0590f42a542575c54ce50d2.tar.bz2
mitmproxy-7789b602c84ad611a0590f42a542575c54ce50d2.zip
Merge branch 'master' of github.com:cortesi/mitmproxy
Diffstat (limited to 'doc-src/mitmproxy.html')
-rw-r--r--doc-src/mitmproxy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc-src/mitmproxy.html b/doc-src/mitmproxy.html
index d1d51da3..3910aa2d 100644
--- a/doc-src/mitmproxy.html
+++ b/doc-src/mitmproxy.html
@@ -105,5 +105,5 @@ and _m_ for "method" to change the HTTP request method.
<img src="@!urlTo('mitmproxy-intercept-result.png')!@"/>
Finally, we press _a_ to accept the modified request, which is then sent on to
-the server. In this case, we changed the request from an HTTP GET to to
+the server. In this case, we changed the request from an HTTP GET to
OPTIONS, and Google's server has responded with a 405 "Method not allowed".