From 3aff003c456ecfd329c29432d941714a0b474d53 Mon Sep 17 00:00:00 2001 From: Abhinav Sagar <40603139+abhinavsagar@users.noreply.github.com> Date: Sun, 30 Jun 2019 14:37:40 +0530 Subject: [PATCH] Update cli.py --- flask/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/cli.py b/flask/cli.py index 13914071ad..fd00087824 100644 --- a/flask/cli.py +++ b/flask/cli.py @@ -459,7 +459,7 @@ class FlaskGroup(AppGroup): For information as of why this is useful see :ref:`custom-scripts`. :param add_default_commands: if this is True then the default run and - shell commands wil be added. + shell commands will be added. :param add_version_option: adds the ``--version`` option. :param create_app: an optional callback that is passed the script info and returns the loaded app.