From: Rishat-F <66554797+Rishat-F@users.noreply.github.com> Date: Thu, 20 Mar 2025 12:29:48 +0000 (+0300) Subject: 📝 Update `docs/en/docs/tutorial/middleware.md` (#13444) X-Git-Tag: 0.115.12~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=241de23b68664a45d07534513bc2dfb0191ba24f;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update `docs/en/docs/tutorial/middleware.md` (#13444) Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com> --- diff --git a/docs/en/docs/tutorial/middleware.md b/docs/en/docs/tutorial/middleware.md index 53c47a0857..4f7980165c 100644 --- a/docs/en/docs/tutorial/middleware.md +++ b/docs/en/docs/tutorial/middleware.md @@ -15,7 +15,7 @@ A "middleware" is a function that works with every **request** before it is proc If you have dependencies with `yield`, the exit code will run *after* the middleware. -If there were any background tasks (documented later), they will run *after* all the middleware. +If there were any background tasks (covered in the [Background Tasks](background-tasks.md){.internal-link target=_blank} section, you will see it later), they will run *after* all the middleware. ///