From 8b3417000d3d234da14fff6c2c8cf644edfea85d Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Wed, 11 Dec 2019 13:16:46 +0100 Subject: [PATCH] doc: style fix --- docs/source/concepts/routes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/concepts/routes.rst b/docs/source/concepts/routes.rst index 0ea3ec3..30754a1 100644 --- a/docs/source/concepts/routes.rst +++ b/docs/source/concepts/routes.rst @@ -114,7 +114,7 @@ incantation to be executed: Matching Algorithm ------------------ -`*Kapow!*` leverages Gorilla Mux for this task. You can see the gory details in +*Kapow!* leverages Gorilla Mux for this task. You can see the gory details in their documentation.