Skip to content

Commit 67506e5

Browse files
Vale issues
1 parent 80206e5 commit 67506e5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/utility-guides/CalendarPicker.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ The Calendar Picker utility provides functions for interacting with the differen
2020
- [Table of Contents](#table-of-contents)
2121
- [Summary of Calendar Types](#summary-of-calendar-types)
2222
- [Main Methods](#main-methods)
23-
- [calendar\_picker\_ddmmyyyy (V1 Calendar Picker)](#calendar_picker_ddmmyyyy-v1-calendar-picker)
24-
- [calendar\_picker\_ddmonyy (V2 Calendar Picker)](#calendar_picker_ddmonyy-v2-calendar-picker)
25-
- [v1\_calender\_picker (V1 Calendar Picker)](#v1_calender_picker-v1-calendar-picker)
26-
- [v2\_calendar\_picker (V2 Calendar Picker)](#v2_calendar_picker-v2-calendar-picker)
27-
- [book\_first\_eligible\_appointment (Appointments Calendar)](#book_first_eligible_appointment-appointments-calendar)
23+
- [`calendar_picker_ddmmyyyy` (V1 Calendar Picker)](#calendar_picker_ddmmyyyy-v1-calendar-picker)
24+
- [`calendar_picker_ddmonyy` (V2 Calendar Picker)](#calendar_picker_ddmonyy-v2-calendar-picker)
25+
- [`v1_calender_picker` (V1 Calendar Picker)](#v1_calender_picker-v1-calendar-picker)
26+
- [`v2_calendar_picker` (V2 Calendar Picker)](#v2_calendar_picker-v2-calendar-picker)
27+
- [`book_first_eligible_appointment` (Appointments Calendar)](#book_first_eligible_appointment-appointments-calendar)
2828
- [Supporting Methods](#supporting-methods)
2929
- [Example Usage](#example-usage)
3030

@@ -42,7 +42,7 @@ The Calendar Picker utility provides functions for interacting with the differen
4242

4343
## Main Methods
4444

45-
### calendar_picker_ddmmyyyy (V1 Calendar Picker)
45+
### `calendar_picker_ddmmyyyy` (V1 Calendar Picker)
4646

4747
Inputs a date as a string in the format `dd/mm/yyyy` (e.g. 16/01/2025) into a field, instead of using the picker UI.
4848

@@ -56,7 +56,7 @@ Formats the date using DateTimeUtils and enters it directly into the field.
5656

5757
---
5858

59-
### calendar_picker_ddmonyy (V2 Calendar Picker)
59+
### `calendar_picker_ddmonyy` (V2 Calendar Picker)
6060

6161
Inputs a date as a string in the format `dd mon yy` (e.g. 16 Jan 25) into a field, instead of using the picker UI.
6262

@@ -70,7 +70,7 @@ Formats the date using DateTimeUtils (with OS-specific handling) and enters it d
7070

7171
---
7272

73-
### v1_calender_picker (V1 Calendar Picker)
73+
### `v1_calender_picker` (V1 Calendar Picker)
7474

7575
Uses the navigation buttons (`<<`, `<`, `>`, `>>`) to select a date in the V1 calendar picker.
7676

@@ -83,7 +83,7 @@ Determines how many years/months to traverse, navigates using the appropriate bu
8383

8484
---
8585

86-
### v2_calendar_picker (V2 Calendar Picker)
86+
### `v2_calendar_picker` (V2 Calendar Picker)
8787

8888
Uses the navigation controls to select a date in the V2 calendar picker, which allows for faster navigation by expanding the view.
8989

@@ -96,7 +96,7 @@ Calculates the required navigation steps, expands the picker view as needed, and
9696

9797
---
9898

99-
### book_first_eligible_appointment (Appointments Calendar)
99+
### `book_first_eligible_appointment` (Appointments Calendar)
100100

101101
Selects the first day with available appointment slots in the appointments calendar (which shows two months side by side).
102102

0 commit comments

Comments
 (0)