docs: fix typo in 'Lifecycle' heading
This commit is contained in:
parent
adf363679d
commit
28deb1bd02
1 changed files with 2 additions and 2 deletions
|
|
@ -141,8 +141,8 @@ real object, rather than the proxy. Use the
|
||||||
my_signal.send(app)
|
my_signal.send(app)
|
||||||
|
|
||||||
|
|
||||||
Lifcycle of the Context
|
Lifecycle of the Context
|
||||||
-----------------------
|
------------------------
|
||||||
|
|
||||||
Flask dispatches a request in multiple stages which can affect the request,
|
Flask dispatches a request in multiple stages which can affect the request,
|
||||||
response, and how errors are handled. See :doc:`/lifecycle` for a list of all
|
response, and how errors are handled. See :doc:`/lifecycle` for a list of all
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue