Skip to content

Commit

Permalink
fix: fixed typo in metric view dashboard title (#6557)
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 authored Nov 29, 2024
1 parent f7f8bf1 commit 2b8a610
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ export const consumerOffsetWidgetData = getWidgetQueryBuilder(
timeAggregation: 'avg',
},
],
title: 'Consumer Offest',
title: 'Consumer Offset',
description: 'Current offset of each consumer group for each topic partition',
}),
);
Expand Down

0 comments on commit 2b8a610

Please sign in to comment.