Skip to content

Commit

Permalink
fix(docs): fix typo in Dialog example md
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-mota committed Dec 10, 2024
1 parent 9297f39 commit 5028ff1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion components/combobox/demo/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div class="exampleWrapper">
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/inDialog.html) -->
Expand Down
2 changes: 1 addition & 1 deletion components/combobox/docs/partials/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div class="exampleWrapper">
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/inDialog.html) -->
Expand Down
2 changes: 1 addition & 1 deletion components/datepicker/demo/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ export function alertValueExample() {

#### in Dialog

The component can be in a dialog
The component can be in a dialog.

<div class="exampleWrapper">
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/inDialog.html) -->
Expand Down
2 changes: 1 addition & 1 deletion components/datepicker/docs/partials/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div class="exampleWrapper">
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/inDialog.html) -->
Expand Down
2 changes: 1 addition & 1 deletion components/dropdown/demo/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div class="exampleWrapper">
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/inDialog.html) -->
Expand Down
2 changes: 1 addition & 1 deletion components/dropdown/docs/partials/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div class="exampleWrapper">
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/inDialog.html) -->
Expand Down
2 changes: 1 addition & 1 deletion components/select/demo/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ export function valueAlert(elem) {

#### in Dialog

THe component can be in a dialog.
The component can be in a dialog.

<div class="exampleWrapper">
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/inDialog.html) -->
Expand Down
2 changes: 1 addition & 1 deletion components/select/docs/partials/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div class="exampleWrapper">
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/inDialog.html) -->
Expand Down

0 comments on commit 5028ff1

Please sign in to comment.