From 589d094b2fb7d3bb3596e3577e73ab8aaa556a3d Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 15:00:57 +0700 Subject: [PATCH] Fix typos in docs/appcontext.rst --- docs/appcontext.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/appcontext.rst b/docs/appcontext.rst index 81b73b47..bc8515a4 100644 --- a/docs/appcontext.rst +++ b/docs/appcontext.rst @@ -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`,