From febbf398ef1ffbbf0f75d55411f768749eaed99e Mon Sep 17 00:00:00 2001 From: Stefanos Chalkidis Date: Thu, 2 Nov 2023 19:36:10 +0200 Subject: [PATCH] docs(create-scheduled-job): rewrote sentence (#5525) --- www/apps/docs/content/development/scheduled-jobs/create.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/apps/docs/content/development/scheduled-jobs/create.md b/www/apps/docs/content/development/scheduled-jobs/create.md index bb9d4606e3..6fb67b0f9e 100644 --- a/www/apps/docs/content/development/scheduled-jobs/create.md +++ b/www/apps/docs/content/development/scheduled-jobs/create.md @@ -112,7 +112,7 @@ jobSchedulerService.create( ### Pass Data to the Scheduled Job -To pass data to your scheduled job, you can add them to the object passed as a second parameter under the `data` property. This is helpful if you use one function to handle multiple scheduled jobs. +To pass data to your scheduled job, add the data to the object passed as a second parameter under the `data` property. This is helpful if you use one function to handle multiple scheduled jobs. For example: @@ -177,4 +177,4 @@ To test the previous example out instantly, you can change the scheduled job exp ## See Also -- [Create a Plugin](../plugins/create.mdx) \ No newline at end of file +- [Create a Plugin](../plugins/create.mdx)