Skip to content

Commit 241de23

Browse files
Rishat-Falejsdev
andauthored
📝 Update docs/en/docs/tutorial/middleware.md (fastapi#13444)
Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com>
1 parent 4e40e1e commit 241de23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/docs/tutorial/middleware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A "middleware" is a function that works with every **request** before it is proc
1515

1616
If you have dependencies with `yield`, the exit code will run *after* the middleware.
1717

18-
If there were any background tasks (documented later), they will run *after* all the middleware.
18+
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.
1919

2020
///
2121

0 commit comments

Comments
 (0)