aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2019-12-27 13:55:35 +0100
committerGitHub <noreply@github.com>2019-12-27 13:55:35 +0100
commitf9798e8331ee4fe448fb87bf0a03c30e710936a7 (patch)
tree7a5227240999c8e7d756240166569bb9c6efb07c
parent3da40eaaa488ad4aa91db8b2706d775f4092b560 (diff)
parente3c5505540f48d6d4ab5eea80696b4a4215a2ffc (diff)
downloadmitmproxy-f9798e8331ee4fe448fb87bf0a03c30e710936a7.tar.gz
mitmproxy-f9798e8331ee4fe448fb87bf0a03c30e710936a7.tar.bz2
mitmproxy-f9798e8331ee4fe448fb87bf0a03c30e710936a7.zip
Merge pull request #3758 from pasanr/patch-1
Minor typo of 'with'
-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.