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

@ -4,7 +4,7 @@ Application Factories
=====================
If you are already using packages and modules for your application
(:ref:`packages`) there are couple of really nice ways to further improve
(:ref:`packages`) there are a couple of really nice ways to further improve
the experience. A common pattern is creating the application object when
the module is imported. But if you move the creation of this object,
into a function, you can then create multiple instances of this and later.