This commit is contained in:
Thomas Kriechbaumer 2015-05-29 20:15:37 +02:00
parent 64d6a11ce5
commit 17db4486a8
1 changed files with 3 additions and 3 deletions

View File

@ -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 %}