diff --git a/packages/host/app/components/card-search/item-button.gts b/packages/host/app/components/card-search/item-button.gts index f231ea6c3ce..d47946d8b46 100644 --- a/packages/host/app/components/card-search/item-button.gts +++ b/packages/host/app/components/card-search/item-button.gts @@ -136,7 +136,7 @@ export default class ItemButton extends Component { @tracked private prerenderedTypeName: string | undefined; @tracked private prerenderedTypeIconHtml: string | undefined; - // The catalog-item button element, captured so the shared + // The item-button element, captured so the shared // positionAdornLabel modifier can anchor the type-label tab to the // card's footprint (the same way the stack-item overlay anchors to // the rendered card). Tracked so the label positioner re-runs once @@ -286,7 +286,7 @@ export default class ItemButton extends Component {