fix typo
This commit is contained in:
parent
64d6a11ce5
commit
17db4486a8
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue