Update create.md (#5978)

typo
This commit is contained in:
Minh Tu Ngo
2024-01-02 04:09:39 -05:00
committed by GitHub
parent 5ef41bd86d
commit c8f03e3a47

View File

@@ -29,7 +29,7 @@ To use scheduled jobs, you must configure Redis in your Medusa backend. Learn mo
## Create Scheduled Job
Scheduled jobs are TypeScript or JavaScript guides placed under the `src/jobs` directory. It can be created under subdirectories of `src/job` as well.
Scheduled jobs are TypeScript or JavaScript guides placed under the `src/jobs` directory. It can be created under subdirectories of `src/jobs` as well.
The scheduled job file exports a default handler function, and the scheduled job's configurations.