From c300bdc5b88f6e3c4467f361c82e3445811cc70f Mon Sep 17 00:00:00 2001 From: Jeff Astor Date: Thu, 15 Oct 2020 06:23:52 -0400 Subject: [PATCH] Friendly spell check in `routing.md` docs. (#1073) Co-authored-by: Jamie Hewland --- docs/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/routing.md b/docs/routing.md index a08463d1..5b712d1a 100644 --- a/docs/routing.md +++ b/docs/routing.md @@ -44,7 +44,7 @@ You can use convertors to modify what is captured. Four convertors are available * `int` returns a Python integer. * `float` returns a Python float. * `uuid` return a Python `uuid.UUID` instance. -* `path` returns the rest of the path, including any additional `/` characers. +* `path` returns the rest of the path, including any additional `/` characters. Convertors are used by prefixing them with a colon, like so: