From 28deb1bd0280df62378a2cbdb16de3d620bfdac5 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 14 Oct 2025 09:39:40 +0200 Subject: [PATCH] docs: fix typo in 'Lifecycle' heading --- docs/appcontext.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/appcontext.rst b/docs/appcontext.rst index f05468f5..81b73b47 100644 --- a/docs/appcontext.rst +++ b/docs/appcontext.rst @@ -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