From e45f3b72aec1465a3870cb471eb81fd11d5d02b8 Mon Sep 17 00:00:00 2001 From: Ike Saunders Date: Fri, 13 Oct 2023 17:51:43 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20fix=20ChartTagJoin=20comment=20t?= =?UTF-8?q?ypo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/@ourworldindata/utils/src/owidTypes.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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