Merge pull request #1437 from FlouieInCl/master

Fix typo in exceptions.md
This commit is contained in:
7 2018-12-27 09:59:00 -08:00 committed by GitHub
commit 3f73bc075a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ can subclass Sanic's default error handler as such:
```python
from sanic import Sanic
from sanic.handlers import ErrorHnadler
from sanic.handlers import ErrorHandler
class CustomErrorHandler(ErrorHandler):
def default(self, request, exception):