Skip to content

Commit 036501a

Browse files
committed
fix: daily typo
1 parent 1e77946 commit 036501a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/utils/charts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ export function createAltTextForTrendLineChart({
505505
}))
506506

507507
const granularityKeyByGranularity: Record<string, string> = {
508-
daily: 'package.trends.granularity_dayly',
508+
daily: 'package.trends.granularity_daily',
509509
weekly: 'package.trends.granularity_weekly',
510510
monthly: 'package.trends.granularity_monthly',
511511
yearly: 'package.trends.granularity_yearly',

0 commit comments

Comments
 (0)