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

@ -27,7 +27,7 @@ that most libraries (including Werkzeug and Flask) might not quite as stable
on Python 3 yet. You might therefore sometimes run into bugs that are
usually encoding-related.
The majority of the upgrade pain is in the lower-level libararies like
The majority of the upgrade pain is in the lower-level libraries like
Flask and Werkzeug and not in the actual high-level application code. For
instance all of the Flask examples that are in the Flask repository work
out of the box on both 2.x and 3.x and did not require a single line of