Merge pull request #4760 from oguzhancelikarslan/patch-1

Fix typo on qucikstart documentation
This commit is contained in:
Grey Li 2022-08-13 10:22:10 +08:00 committed by GitHub
commit b0b27785ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ itself.
To run the application, use the ``flask`` command or
``python -m flask``. You need to tell the Flask where your application
is with the ``-app`` option.
is with the ``--app`` option.
.. code-block:: text