Skip to content

Commit d6807df

Browse files
committed
[update] corrected misprints
1 parent c64b79f commit d6807df

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/api/events/booking-filterdata-event.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ description: You can learn about the filter-data event in the documentation of t
2626
}) => void;
2727
~~~
2828

29-
### Parameters
29+
### Parameters
3030

3131
The callback of the **filter-data** event can take an object with the following parameters:
3232

3333
- `text` - (required) the text in the search field
34-
- `date` - (required) Date object with the start and end date for a slot:
34+
- `date` - (required) Date object with the start and end date for a slot:
3535
- `start` - the slot start date
3636
- `end` - the slot end date
3737
- `time` - (required) an array of objects containing time options for a slot. For each object, you can specify the following parameters:

docs/api/events/booking-selectitemdate-event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: You can learn about the select-item-date event in the documentation
1515
~~~jsx {}
1616
"select-item-date": ({
1717
id: string|number,
18-
date: number
18+
date: number
1919
}) => void;
2020
~~~
2121

0 commit comments

Comments
 (0)