From 48ba4eb7375ea2fd473a7aa06eab66f2252e92a6 Mon Sep 17 00:00:00 2001 From: Simon Elvery Date: Sat, 5 May 2018 20:24:49 +1000 Subject: [PATCH] Fix typo in addons-overview.md --- docs/src/content/addons-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/addons-overview.md b/docs/src/content/addons-overview.md index fea5feb2e..bfde7f275 100644 --- a/docs/src/content/addons-overview.md +++ b/docs/src/content/addons-overview.md @@ -64,7 +64,7 @@ Here are a few things to note about the code above: finds into the addons mechanism. - Addons are just objects - in this case our addon is an instance of `Counter`. - The `request` method is an example of an **event**. Addons simply implement a - method for each event they wan to handle. Each event has a signature + method for each event they want to handle. Each event has a signature consisting of arguments that are passed to the method. For `request`, this is an instance of `mitmproxy.http.HTTPFlow`. - Finally, the `ctx` module is a holdall module that exposes a set of standard