Fix some typos in the docs

Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
This commit is contained in:
jgraeme 2010-06-10 18:07:14 +01:00 committed by Armin Ronacher
parent 41f5ad9b15
commit 540eca16f8
4 changed files with 9 additions and 9 deletions

View file

@ -3,10 +3,10 @@
Patterns for Flask
==================
Certain things are common enough that the changes are high you will find
Certain things are common enough that the chances are high you will find
them in most web applications. For example quite a lot of applications
are using relational databases and user authentication. In that case,
changes are they will open a database connection at the beginning of the
chances are they will open a database connection at the beginning of the
request and get the information of the currently logged in user. At the
end of the request, the database connection is closed again.