diff --git a/docs/docs/widgets/date-range-picker.md b/docs/docs/widgets/date-range-picker.md index ccc647b164..9f30919060 100644 --- a/docs/docs/widgets/date-range-picker.md +++ b/docs/docs/widgets/date-range-picker.md @@ -45,8 +45,8 @@ There are currently no CSA (Component-Specific Actions) implemented to regulate |
Variables
|
Description
|
How To Access
| |:----------- |:----------- |:--------- | -| endDate | Holds the date selected as the end date in the component. | Accessible dynamically with JS (e.g., `{{components.daterangepicker1.endDate}})`). | -| startDate | Holds the date selected as the start date in the component. | Accessible dynamically with JS (e.g., `{{components.daterangepicker1.startDate}})`). | +| endDate | Holds the date selected as the end date in the component. | Accessible dynamically with JS (e.g., `{{components.daterangepicker1.endDate}}`). | +| startDate | Holds the date selected as the start date in the component. | Accessible dynamically with JS (e.g., `{{components.daterangepicker1.startDate}}`). |