docs(create-scheduled-job): rewrote sentence (#5525)
This commit is contained in:
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:
|
||||
|
||||
@@ -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)
|
||||
- [Create a Plugin](../plugins/create.mdx)
|
||||
|
||||
Reference in New Issue
Block a user