diff --git a/src/components/details/details.ts b/src/components/details/details.ts index b2f0079a..8d2d3f4b 100644 --- a/src/components/details/details.ts +++ b/src/components/details/details.ts @@ -31,7 +31,7 @@ import type { CSSResultGroup } from 'lit'; * @csspart base - The component's internal wrapper. * @csspart header - The summary header. * @csspart summary - The details summary. - * @csspart summary-icon - The expand/collapse summary icon. + * @csspart summary-icon - The summary icon's `` container. * @csspart content - The details content. * * @animation details.show - The animation to use when showing details. You can use `height: auto` with this animation.