Skip to content

Commit 65f9bc7

Browse files
committed
Touch up (tiny) doc as requested by emiel, pallets#244.
1 parent 87234fb commit 65f9bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/patterns/appfactories.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The idea is to set up the application in a function. Like this::
3939

4040
The downside is that you cannot use the application object in the modules
4141
at import time. You can however use it from within a request. How do you
42-
get access the application with the config? Use
42+
get access to the application with the config? Use
4343
:data:`~flask.current_app`::
4444

4545
from flask import current_app, Module, render_template

0 commit comments

Comments
 (0)