Skip to content

Commit d7198c1

Browse files
authored
docs(scheduler): Fix a missing whitespace
1 parent 6706bfd commit d7198c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/scheduler/client-side-programming/events/onclientappointmentmoveend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Two parameters are passed to the event handler:
2828

2929
* **get_targetSlot()** returns the Time Slot on which the mouse is located at this moment.
3030

31-
* **set_cancel()** lets you permit or block the moving of the appointment.Calling **set_cancel(true)** aborts the moving operation, while **set_cancel(false)** allows the scheduler to proceed with moving the appointment.
31+
* **set_cancel()** lets you permit or block the moving of the appointment. Calling **set_cancel(true)** aborts the moving operation, while **set_cancel(false)** allows the scheduler to proceed with moving the appointment.
3232

3333
## Example
3434

0 commit comments

Comments
 (0)