Fix a few spelling mistakes in the docs

This commit is contained in:
Alex Chan 2015-04-03 20:43:40 +01:00
parent b57a076fa3
commit 8570633214
5 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ but you can also continue using the :meth:`Flask.run` method.
Command Line
------------
The :command:`flask` command line script (:ref:`cli`) is strongly recommende for
The :command:`flask` command line script (:ref:`cli`) is strongly recommended for
development because it provides a superior reload experience due to how it
loads the application. The basic usage is like this::