Skip to content

Commit a21c6a9

Browse files
committed
modify desc.
1 parent 4ba9918 commit a21c6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ JSON Token | Description
109109
**cron-expression** | *[required]* Cron expressions.
110110
timezone | *[optional]* Default value is `TimeZoneInfo.Local`.
111111
queue | *[optional]* The specified queue name , default value is `default`.
112-
job-data | *[optional]* Likely to the [quartz.net](http://www.quartz-scheduler.net/) `JobDataMap`, it is can be deserialized to the type `Dictionary<string,object>`.
112+
job-data | *[optional]* Similar to the [quartz.net](http://www.quartz-scheduler.net/) `JobDataMap`, it is can be deserialized to the type `Dictionary<string,object>`.
113113
enable | *[optional]* Whether the `RecurringJob` can be added/updated, default value is true, if false `RecurringJob` will be deleted automatically.
114114

115115
*To the json token `job-data`, we can use extension method to get data with specified key from `PerformContext` when recurring job running.*

0 commit comments

Comments
 (0)