Skip to content

Commit

Permalink
🔨 fix ChartTagJoin comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesau committed Oct 13, 2023
1 parent ea37e3e commit e45f3b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@ourworldindata/utils/src/owidTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<Tag, "id" | "name"> &
Pick<ChartTag, "isApproved" | "keyChartLevel">
Expand Down

0 comments on commit e45f3b7

Please sign in to comment.