diff --git a/responder/api.py b/responder/api.py index 4b05c70..9ff9261 100644 --- a/responder/api.py +++ b/responder/api.py @@ -220,7 +220,7 @@ class API: return (query, result, status_code) def route(self, route, **options): - """Decorator for creating new routes around function and class defenitions. + """Decorator for creating new routes around function and class definitions. Usage::