Fix typos in docs/appcontext.rst
This commit is contained in:
parent
88a65bb374
commit
589d094b2f
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ The context will have the same lifetime as an activity, such as a request, CLI
|
|||
command, or ``with`` block. Various callbacks and signals registered with the
|
||||
app will be run during the context.
|
||||
|
||||
When a Flask application handles a request, it pushes a requet context
|
||||
When a Flask application handles a request, it pushes a request context
|
||||
to set the active application and request data. When it handles a CLI command,
|
||||
it pushes an app context to set the active application. When the activity ends,
|
||||
it pops that context. Proxy objects like :data:`.request`, :data:`.session`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue