Fixed some minor typos throughout docs.

This commit is contained in:
Ron DuPlain 2010-05-12 09:18:42 +08:00 committed by Armin Ronacher
parent e409bc792d
commit 93a8ca0282
5 changed files with 17 additions and 17 deletions

View file

@ -122,7 +122,7 @@ Get the git checkout in a new virtualenv and run in develop mode::
...
Finished processing dependencies for Flask
This will pull in the depdenencies and activate the git head as current
This will pull in the dependencies and activate the git head as current
version. Then you just have to ``git pull origin`` to get the latest
version.