Fix typos

This commit is contained in:
Cory LaViska
2020-11-25 16:16:03 -05:00
parent 8e0f743557
commit 511fd2ac7e
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ let id = 0;
*
* @part base - The component's base wrapper.
* @part overlay - The overlay.
* @part panel - The dialog panel (where the dialog and its is rendered).
* @part panel - The dialog panel (where the dialog and its content is rendered).
* @part header - The dialog header.
* @part title - The dialog title.
* @part close-button - The close button.

View File

@@ -15,7 +15,7 @@ let id = 0;
*
* @part base - The component's base wrapper.
* @part overlay - The overlay.
* @part panel - The drawer panel (where the drawer and its is rendered).
* @part panel - The drawer panel (where the drawer and its content is rendered).
* @part header - The drawer header.
* @part title - The drawer title.
* @part close-button - The close button.