diff --git a/examples/simple.py b/examples/simple.py index 10853d6..18b2d39 100644 --- a/examples/simple.py +++ b/examples/simple.py @@ -477,7 +477,7 @@ def not_found(req, *_): "", "

404 - Page Not Found

", get_crumbnav(req), - f"

Your reqeuest {req.uri} was not found.

", + f"

Your request {req.uri} was not found.

", ) + get_footer() response = Response(status_code=state.HTTP_NOT_FOUND)