diff options
-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 %} |