docs(create-scheduled-job): rewrote sentence (#5525)

This commit is contained in:
Stefanos Chalkidis
2023-11-02 17:36:10 +00:00
committed by GitHub
parent 154c9b43bd
commit febbf398ef
@@ -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: