doc: style fix

This commit is contained in:
pancho horrillo
2019-12-13 15:35:20 +01:00
parent 04ec4f2c41
commit b32d670251
+1 -1
View File
@@ -2,7 +2,7 @@ Route Matching
==============
*Kapow!* maintains a :ref:`route <routes>` table with a list of routes as provided by the user,
and uses it to determine which handler should an incoming request be dispatched
and uses it to determine which handler an incoming request should be dispatched
to.
.. todo::