Skip to content

Commit 05e091b

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

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
@@ -229,7 +229,7 @@ When users edit, update, or delete a recurring appointment, the Scheduler prompt
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

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

234234
### Example
235235

0 commit comments

Comments
 (0)