diff --git a/src/place_building_blocks/place_attribution/place_attribution_test.ts b/src/place_building_blocks/place_attribution/place_attribution_test.ts index c701732..b6c9386 100644 --- a/src/place_building_blocks/place_attribution/place_attribution_test.ts +++ b/src/place_building_blocks/place_attribution/place_attribution_test.ts @@ -19,7 +19,7 @@ function simpleStripComments(xml: string): string { } /** - * The inner HTML content of `renderRoot`, equivalent to `renderRoot.innerHTML` + * The inner HTML content of `renderRoot`, equivalent to `(renderRoot as {innerHTML: string}).innerHTML` * when its type is `HTMLElement`. This is needed because `DocumentFragment` * does not have the `innerHTML` property. */