Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli authored Jun 8, 2018
1 parent 6cda834 commit 817893f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Flask-Migrate also supports the Flask-Script command-line interface. This is an
if __name__ == '__main__':
manager.run()

Assming the above script is stored in a file named ``manage.py``, all the database migration commands can be accessed by running the script::
Assuming the above script is stored in a file named ``manage.py``, all the database migration commands can be accessed by running the script::

$ python manage.py db init
$ python manage.py db migrate
Expand Down

0 comments on commit 817893f

Please sign in to comment.