From 04828376772b0d02a7abd1903f24a73c8ab516ec Mon Sep 17 00:00:00 2001 From: Dhruv Goyal Date: Fri, 19 Dec 2025 14:00:49 +0530 Subject: [PATCH] Improve wording in background tasks documentation Refine wording for clarity and readability. --- docs/en/docs/tutorial/background-tasks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/tutorial/background-tasks.md b/docs/en/docs/tutorial/background-tasks.md index be7ecd587..0181be204 100644 --- a/docs/en/docs/tutorial/background-tasks.md +++ b/docs/en/docs/tutorial/background-tasks.md @@ -1,8 +1,8 @@ # Background Tasks { #background-tasks } -You can define background tasks to be run *after* returning a response. +You can define background tasks to be run after a response has been returned. -This is useful for operations that need to happen after a request, but that the client doesn't really have to be waiting for the operation to complete before receiving the response. +This is useful for operations that need to happen after a request, when the client does not need to wait for the operation to complete before receiving the response. This includes, for example: