Fix typo in appcontext.rst

This commit is contained in:
Saul Urias 2018-05-29 10:11:30 -07:00 committed by Adrian
parent 68695d2c95
commit 4a09395596

View file

@ -27,7 +27,7 @@ writing reusable :doc:`blueprints </blueprints>` or
import at all.
Flask solves this issue with the *application context*. Rather than
referring to an ``app`` directly, you use the the :data:`current_app`
referring to an ``app`` directly, you use the :data:`current_app`
proxy, which points to the application handling the current activity.
Flask automatically *pushes* an application context when handling a