File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
],
50
50
"slots" : [
51
51
{
52
- "description" : " Slot fot panel content" ,
52
+ "description" : " Slot for panel content" ,
53
53
"name" : " "
54
54
},
55
55
{
280
280
"name" : " FancyAccordion" ,
281
281
"slots" : [
282
282
{
283
- "description" : " Slot fot panel elements." ,
283
+ "description" : " Slot for panel elements." ,
284
284
"name" : " "
285
285
}
286
286
],
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import { OpenedMixin } from './opened-mixin.js';
17
17
*
18
18
* @element expansion-panel
19
19
*
20
- * @slot - Slot fot panel content
20
+ * @slot - Slot for panel content
21
21
* @slot header - Slot for panel header
22
22
*
23
23
* @attr {boolean} focused - State attribute set when element has focus.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import { ExpansionPanel } from './expansion-panel.js';
23
23
*
24
24
* @element fancy-accordion
25
25
*
26
- * @slot - Slot fot panel elements.
26
+ * @slot - Slot for panel elements.
27
27
*
28
28
* @fires opened-index-changed - Event fired when changing currently opened panel.
29
29
*/
You can’t perform that action at this time.
0 commit comments