From fb0adb9ccb6b9387d3fbec6016f8bfe656fdff7c Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 1 Dec 2022 13:28:04 -0500 Subject: [PATCH] fix description --- src/components/details/details.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/details/details.ts b/src/components/details/details.ts index b2f0079a3..8d2d3f4b7 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.