Skip to content

Commit

Permalink
[update] corrected misprints
Browse files Browse the repository at this point in the history
  • Loading branch information
tbshag2 committed Oct 28, 2024
1 parent c64b79f commit d6807df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/api/events/booking-filterdata-event.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ description: You can learn about the filter-data event in the documentation of t
}) => void;
~~~

### Parameters
### Parameters

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

- `text` - (required) the text in the search field
- `date` - (required) Date object with the start and end date for a slot:
- `date` - (required) Date object with the start and end date for a slot:
- `start` - the slot start date
- `end` - the slot end date
- `time` - (required) an array of objects containing time options for a slot. For each object, you can specify the following parameters:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/events/booking-selectitemdate-event.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: You can learn about the select-item-date event in the documentation
~~~jsx {}
"select-item-date": ({
id: string|number,
date: number
date: number
}) => void;
~~~

Expand Down

0 comments on commit d6807df

Please sign in to comment.