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 4949 ],
5050 "slots" : [
5151 {
52- "description" : " Slot fot panel content" ,
52+ "description" : " Slot for panel content" ,
5353 "name" : " "
5454 },
5555 {
280280 "name" : " FancyAccordion" ,
281281 "slots" : [
282282 {
283- "description" : " Slot fot panel elements." ,
283+ "description" : " Slot for panel elements." ,
284284 "name" : " "
285285 }
286286 ],
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import { OpenedMixin } from './opened-mixin.js';
1717 *
1818 * @element expansion-panel
1919 *
20- * @slot - Slot fot panel content
20+ * @slot - Slot for panel content
2121 * @slot header - Slot for panel header
2222 *
2323 * @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';
2323 *
2424 * @element fancy-accordion
2525 *
26- * @slot - Slot fot panel elements.
26+ * @slot - Slot for panel elements.
2727 *
2828 * @fires opened-index-changed - Event fired when changing currently opened panel.
2929 */
You can’t perform that action at this time.
0 commit comments