diff options
author | Maximilian Hils <git@maximilianhils.com> | 2018-02-24 18:32:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-24 18:32:17 +0100 |
commit | 6c721665737ad1dfa0b6d4a2a80250be5f62c3ab (patch) | |
tree | 3d10fbbc694efb72c86c2cc7eb11810a89c37cbc | |
parent | eee109117f956600261bc938be52040d1474a97f (diff) | |
parent | 35fadd10bfa7d3ab8284f90d8778ab7a026edf35 (diff) | |
download | mitmproxy-6c721665737ad1dfa0b6d4a2a80250be5f62c3ab.tar.gz mitmproxy-6c721665737ad1dfa0b6d4a2a80250be5f62c3ab.tar.bz2 mitmproxy-6c721665737ad1dfa0b6d4a2a80250be5f62c3ab.zip |
Merge pull request #2912 from smonami/patch-1
Spelling corrected for think*
-rw-r--r-- | docs/src/content/overview-tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/content/overview-tools.md b/docs/src/content/overview-tools.md index 7612383a..0200e899 100644 --- a/docs/src/content/overview-tools.md +++ b/docs/src/content/overview-tools.md @@ -8,7 +8,7 @@ menu: # Overview -You should thin of the mitmproxy project's tools as a set of front-ends that +You should think of the mitmproxy project's tools as a set of front-ends that expose the same underlying functionality. We aim to have feature parity across all of our tooling, and all tools share a common configuration mechanism and most command-line options. |