diff options
-rw-r--r-- | docs/src/content/overview-features.md | 4 |
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. |