diff --git a/flask/cli.py b/flask/cli.py index 89d29fe7..b8450de1 100644 --- a/flask/cli.py +++ b/flask/cli.py @@ -104,7 +104,7 @@ def locate_app(app_id, debug=None): class DispatchingApp(object): - """Special applicationt that dispatches to a flask application which + """Special application that dispatches to a flask application which is imported by name on first request. This is safer than importing the application upfront because it means that we can forward all errors for import problems into the browser as error.