Skip to content

Commit

Permalink
chore: fix typos in fixtures JSDoc annotations (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zearin authored Nov 7, 2023
1 parent 172369e commit 17eb070
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/_assets/custom-elements.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
],
"slots": [
{
"description": "Slot fot panel content",
"description": "Slot for panel content",
"name": ""
},
{
Expand Down Expand Up @@ -280,7 +280,7 @@
"name": "FancyAccordion",
"slots": [
{
"description": "Slot fot panel elements.",
"description": "Slot for panel elements.",
"name": ""
}
],
Expand Down
2 changes: 1 addition & 1 deletion fixtures/lit/src/expansion-panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { OpenedMixin } from './opened-mixin.js';
*
* @element expansion-panel
*
* @slot - Slot fot panel content
* @slot - Slot for panel content
* @slot header - Slot for panel header
*
* @attr {boolean} focused - State attribute set when element has focus.
Expand Down
2 changes: 1 addition & 1 deletion fixtures/lit/src/fancy-accordion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { ExpansionPanel } from './expansion-panel.js';
*
* @element fancy-accordion
*
* @slot - Slot fot panel elements.
* @slot - Slot for panel elements.
*
* @fires opened-index-changed - Event fired when changing currently opened panel.
*/
Expand Down

0 comments on commit 17eb070

Please sign in to comment.