From 5028ff1d256736e2bcdd255258adfef82de0edc2 Mon Sep 17 00:00:00 2001 From: Eunsun Mota Date: Tue, 10 Dec 2024 17:19:53 -0500 Subject: [PATCH] fix(docs): fix typo in Dialog example md --- components/combobox/demo/api.md | 2 +- components/combobox/docs/partials/api.md | 2 +- components/datepicker/demo/api.md | 2 +- components/datepicker/docs/partials/api.md | 2 +- components/dropdown/demo/api.md | 2 +- components/dropdown/docs/partials/api.md | 2 +- components/select/demo/api.md | 2 +- components/select/docs/partials/api.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/components/combobox/demo/api.md b/components/combobox/demo/api.md index 9aa22b00..64b2f962 100644 --- a/components/combobox/demo/api.md +++ b/components/combobox/demo/api.md @@ -675,7 +675,7 @@ Sets the help text displayed below the trigger. The `helpText` slot can be used #### in Dialog -The component can be in a dialog +The component can be in a dialog.
diff --git a/components/combobox/docs/partials/api.md b/components/combobox/docs/partials/api.md index 986c4c6b..17986acc 100644 --- a/components/combobox/docs/partials/api.md +++ b/components/combobox/docs/partials/api.md @@ -227,7 +227,7 @@ Sets the help text displayed below the trigger. The `helpText` slot can be used #### in Dialog -The component can be in a dialog +The component can be in a dialog.
diff --git a/components/datepicker/demo/api.md b/components/datepicker/demo/api.md index d8d45129..77a685f9 100644 --- a/components/datepicker/demo/api.md +++ b/components/datepicker/demo/api.md @@ -1088,7 +1088,7 @@ export function alertValueExample() { #### in Dialog -The component can be in a dialog +The component can be in a dialog.
diff --git a/components/datepicker/docs/partials/api.md b/components/datepicker/docs/partials/api.md index 18181bf7..f6c033f1 100644 --- a/components/datepicker/docs/partials/api.md +++ b/components/datepicker/docs/partials/api.md @@ -464,7 +464,7 @@ The following example listens for the `auroDatePicker-valueSet` event. Once trig #### in Dialog -The component can be in a dialog +The component can be in a dialog.
diff --git a/components/dropdown/demo/api.md b/components/dropdown/demo/api.md index 5b68226f..66fd9e3e 100644 --- a/components/dropdown/demo/api.md +++ b/components/dropdown/demo/api.md @@ -1065,7 +1065,7 @@ This example demonstrations collapsing the dropdown by clicking a button within #### in Dialog -The component can be in a dialog +The component can be in a dialog.
diff --git a/components/dropdown/docs/partials/api.md b/components/dropdown/docs/partials/api.md index 2e6c051d..9eaa664e 100644 --- a/components/dropdown/docs/partials/api.md +++ b/components/dropdown/docs/partials/api.md @@ -417,7 +417,7 @@ This example demonstrations collapsing the dropdown by clicking a button within #### in Dialog -The component can be in a dialog +The component can be in a dialog.
diff --git a/components/select/demo/api.md b/components/select/demo/api.md index db93f36f..59a3cd8e 100644 --- a/components/select/demo/api.md +++ b/components/select/demo/api.md @@ -664,7 +664,7 @@ export function valueAlert(elem) { #### in Dialog -THe component can be in a dialog. +The component can be in a dialog.
diff --git a/components/select/docs/partials/api.md b/components/select/docs/partials/api.md index d60fd974..b8d2cd71 100644 --- a/components/select/docs/partials/api.md +++ b/components/select/docs/partials/api.md @@ -251,7 +251,7 @@ The following example listens for the `selectedOption` event. Once triggered, `e #### in Dialog -THe component can be in a dialog. +The component can be in a dialog.