diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2018-05-28 16:31:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-28 16:31:12 +0200 |
commit | 3ccc319a27fcd08517127880d498f74380c60d3d (patch) | |
tree | e2103875ac7f0892f98a35e1448c48d7e43105bb | |
parent | 69aa5a0d2f799cc91ab5a7d5d75c55aa40ae58b8 (diff) | |
parent | 06e12f56e22a01cf319df7022e244b2e42737dba (diff) | |
download | mitmproxy-3ccc319a27fcd08517127880d498f74380c60d3d.tar.gz mitmproxy-3ccc319a27fcd08517127880d498f74380c60d3d.tar.bz2 mitmproxy-3ccc319a27fcd08517127880d498f74380c60d3d.zip |
Merge pull request #3170 from kajojify/typo
typo
-rw-r--r-- | examples/keys.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/keys.yaml b/examples/keys.yaml index a2b3d66a..ca7cee69 100644 --- a/examples/keys.yaml +++ b/examples/keys.yaml @@ -3,7 +3,7 @@ key: ctrl a cmd: replay.client @marked - - # Bind key only in the lfowlist + # Bind key only in the flowlist # Note that 1 is quoted, or YAML interprets it as a digit key: "1" ctx: ["flowlist"] |