Skip to content

Commit a65c980

Browse files
Update components/scheduler/recurrence.md
Co-authored-by: Yordan <[email protected]>
1 parent 05e091b commit a65c980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/scheduler/recurrence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ When users edit, update, or delete a recurring appointment, the Scheduler prompt
228228

229229
The `OnEdit`, `OnUpdate`, and `OnDelete` event handlers receive event arguments that include a `EditMode` property. This property indicates the user's choice when interacting with recurring appointments:
230230

231-
* `SchedulerRecurrenceEditMode.Series` - The user chose to edit or delete the entire series of recurring appointments.
231+
* `SchedulerRecurrenceEditMode.Series`The user chose to edit or delete the entire series of recurring appointments.
232232
* `SchedulerRecurrenceEditMode.Occurrence`—The user chose to edit or delete only a single occurrence of the recurring appointment.
233233

234234
### Example

0 commit comments

Comments
 (0)