aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorpasanr <35108822+pasanr@users.noreply.github.com>2019-12-25 08:23:05 +0530
committerGitHub <noreply@github.com>2019-12-25 08:23:05 +0530
commite3c5505540f48d6d4ab5eea80696b4a4215a2ffc (patch)
tree7a5227240999c8e7d756240166569bb9c6efb07c /docs
parent3da40eaaa488ad4aa91db8b2706d775f4092b560 (diff)
downloadmitmproxy-e3c5505540f48d6d4ab5eea80696b4a4215a2ffc.tar.gz
mitmproxy-e3c5505540f48d6d4ab5eea80696b4a4215a2ffc.tar.bz2
mitmproxy-e3c5505540f48d6d4ab5eea80696b4a4215a2ffc.zip
Minor typo of 'with'
Diffstat (limited to 'docs')
-rw-r--r--docs/src/content/overview-features.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/content/overview-features.md b/docs/src/content/overview-features.md
index 9a4c5468..cf935adb 100644
--- a/docs/src/content/overview-features.md
+++ b/docs/src/content/overview-features.md
@@ -82,7 +82,7 @@ Replace `foo` with `bar` in requests:
:~q:foo:bar
{{< / highlight >}}
-Replace `foo` with with the data read from `~/xss-exploit`:
+Replace `foo` with the data read from `~/xss-exploit`:
{{< highlight bash >}}
mitmdump --replacements :~q:foo:@~/xss-exploit
@@ -216,4 +216,4 @@ hostname. It also means that we don't need to sniff additional data to generate
certs in transparent mode.
Upstream cert sniffing is on by default, and can optionally be turned off with
-the `upstream_cert` option. \ No newline at end of file
+the `upstream_cert` option.