Friendly spell check in `routing.md` docs. (#1073)

Co-authored-by: Jamie Hewland <jhewland@gmail.com>
This commit is contained in:
Jeff Astor 2020-10-15 06:23:52 -04:00 committed by GitHub
parent 192ac4e988
commit c300bdc5b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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