Skip to content

Commit

Permalink
Friendly spell check in routing.md docs. (#1073)
Browse files Browse the repository at this point in the history
Co-authored-by: Jamie Hewland <jhewland@gmail.com>
  • Loading branch information
Jastor11 and JayH5 committed Oct 15, 2020
1 parent 192ac4e commit c300bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/routing.md
Expand Up @@ -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:

Expand Down

0 comments on commit c300bdc

Please sign in to comment.