diff --git a/packages/@ourworldindata/utils/src/owidTypes.ts b/packages/@ourworldindata/utils/src/owidTypes.ts index 49e593be8fb..58d540c6a6d 100644 --- a/packages/@ourworldindata/utils/src/owidTypes.ts +++ b/packages/@ourworldindata/utils/src/owidTypes.ts @@ -225,8 +225,8 @@ export interface PostTag { } /** - * A common minimal union of the tag entity and the chart_tags table. - * Needed if you're using the TagBagde component. + * A common minimal union of the tags and chart_tags entities. + * Used anywhere we're using the TagBadge component. */ export type ChartTagJoin = Pick & Pick