Docs typo/markup fixes (#5829)

This commit is contained in:
Hynek Schlawack 2025-10-14 22:26:26 +02:00 committed by GitHub
parent adf363679d
commit 88a65bb374
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -141,8 +141,8 @@ real object, rather than the proxy. Use the
my_signal.send(app)
Lifcycle of the Context
-----------------------
Lifecycle of the Context
------------------------
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