Skip to content

Commit 673b58c

Browse files
authoredMar 31, 2018
Update addons-overview.md
Fixed a typo
1 parent 3c52ed6 commit 673b58c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/src/content/addons-overview.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Here, for example, is a command that shows the API documentation for the
3535
mitmproxy's HTTP flow classes:
3636

3737
{{< highlight bash >}}
38-
pydoc mimtproxy.http
38+
pydoc mitmproxy.http
3939
{{< /highlight >}}
4040

4141
You will be referring to the mitmproxy API documentation frequently, so keep
@@ -71,4 +71,4 @@ Here are a few things to note about the code above:
7171
objects that are commonly used in addons. We could pass a `ctx` object as the
7272
first parameter to every event, but we've found it neater to just expose it as
7373
an importable global. In this case, we're using the `ctx.log` object to do our
74-
logging.
74+
logging.

0 commit comments

Comments
 (0)
Please sign in to comment.