Skip to content

Commit

Permalink
docs(create-scheduled-job): rewrote sentence (#5525)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoschalkidis authored Nov 2, 2023
1 parent 154c9b4 commit febbf39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/apps/docs/content/development/scheduled-jobs/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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)

0 comments on commit febbf39

Please sign in to comment.