From b32d670251a8f990a4a6e973f9e718ac0bb7c6e6 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Fri, 13 Dec 2019 15:35:20 +0100 Subject: [PATCH] doc: style fix --- docs/source/concepts/route_matching.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/concepts/route_matching.rst b/docs/source/concepts/route_matching.rst index d3eebb9..af710e5 100644 --- a/docs/source/concepts/route_matching.rst +++ b/docs/source/concepts/route_matching.rst @@ -2,7 +2,7 @@ Route Matching ============== *Kapow!* maintains a :ref:`route ` 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::