We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87234fb commit 65f9bc7Copy full SHA for 65f9bc7
docs/patterns/appfactories.rst
@@ -39,7 +39,7 @@ The idea is to set up the application in a function. Like this::
39
40
The downside is that you cannot use the application object in the modules
41
at import time. You can however use it from within a request. How do you
42
-get access the application with the config? Use
+get access to the application with the config? Use
43
:data:`~flask.current_app`::
44
45
from flask import current_app, Module, render_template
0 commit comments