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: