Skip to content

Commit fe3cc80

Browse files
committed
Fix typo in SchedulerEvent api reference
1 parent 8d1b961 commit fe3cc80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/javascript/data/schedulerevent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ If set to `true` the event is "all day". By default events are not all day.
9696

9797
### recurrenceException `String` *(default: undefined)*
9898

99-
The recurrence exceptions. A list of semicolon separated dates formatted using the `yyyyMMddTHHmmssZ` format string.
99+
The recurrence exceptions. A list of semi-colon separated dates formatted using the `yyyyMMddTHHmmssZ` format string.
100100

101101
> **Important**: The dates should be encoded in UTC.
102102
@@ -293,7 +293,7 @@ If set to `true` the event is "all day".
293293

294294
### recurrenceException `String`
295295

296-
The recurrence exceptions. A list of colon separated dates formatted using the `yyyyMMddTHHmmssZ` format string.
296+
The recurrence exceptions. A list of semi-colon separated dates formatted using the `yyyyMMddTHHmmssZ` format string.
297297

298298
#### Example - get the event recurrence exception field
299299
<script>

0 commit comments

Comments
 (0)