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)