diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-05-29 20:15:37 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-05-29 20:15:37 +0200 |
commit | 17db4486a8c138a553357a3590578a32889b9d0a (patch) | |
tree | cde8b201892b4f2268234bae3ac4cda12b742a40 | |
parent | 64d6a11ce5027aeb7f14a6d974c8caba61d8c63a (diff) | |
download | mitmproxy-17db4486a8c138a553357a3590578a32889b9d0a.tar.gz mitmproxy-17db4486a8c138a553357a3590578a32889b9d0a.tar.bz2 mitmproxy-17db4486a8c138a553357a3590578a32889b9d0a.zip |
fix typo
-rw-r--r-- | libpathod/templates/docs_pathod.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpathod/templates/docs_pathod.html b/libpathod/templates/docs_pathod.html index d0e6ec88..3ad4dac9 100644 --- a/libpathod/templates/docs_pathod.html +++ b/libpathod/templates/docs_pathod.html @@ -1,5 +1,5 @@ {% extends "docframe.html" %} -{% block body %} +{% block body %} <div class="page-header"> <h1> @@ -76,7 +76,7 @@ served.</p> <pre class="terminal">./pathod -a "/foo=200"</pre> -<p>Here, "/foo" is ithe regex specifying the anchor path, and the part after +<p>Here, "/foo" is the regex specifying the anchor path, and the part after the "=" is a response specifier.</p> </section> @@ -161,4 +161,4 @@ disabled if no directory is specified:</p> </table> </section> -{% endblock %} +{% endblock %} |