diff --git a/docs/en/Background-Workers.md b/docs/en/Background-Workers.md index 22e7c66e4d..7c0e58b501 100644 --- a/docs/en/Background-Workers.md +++ b/docs/en/Background-Workers.md @@ -2,7 +2,7 @@ ## Introduction -Background workers are used to execute some tasks in the background. You may need background workers for several reasons. +Background workers are used to execute some tasks in the background periodically. ### Create a Background Worker