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::