* spelling: cacheability

* spelling: conceptually

* spelling: javascript

* spelling: reset

* spelling: raised

* comma: instead..., they...
This commit is contained in:
Josh Soref 2016-08-29 18:26:20 -04:00 committed by Markus Unterwaditzer
parent faded8c5c7
commit 0f2c793e14
5 changed files with 5 additions and 5 deletions

View file

@ -77,7 +77,7 @@ You might want to show custom error pages to the user when an error occurs.
This can be done by registering error handlers.
Error handlers are normal :ref:`views` but instead of being registered for
routes they are registered for exceptions that are rised while trying to
routes, they are registered for exceptions that are raised while trying to
do something else.
Registering