From 3a5df29a61c4cf5f68a13f80ec154bff62d2d5db Mon Sep 17 00:00:00 2001 From: Profiler Team Date: Wed, 6 Sep 2023 03:33:15 -0700 Subject: [PATCH] typo PiperOrigin-RevId: 563053926 --- .../overview/performance_summary/performance_summary.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/overview/performance_summary/performance_summary.ts b/frontend/app/components/overview/performance_summary/performance_summary.ts index b526af014..f82724c77 100644 --- a/frontend/app/components/overview/performance_summary/performance_summary.ts +++ b/frontend/app/components/overview/performance_summary/performance_summary.ts @@ -229,7 +229,7 @@ export class PerformanceSummary implements OnChanges { const components = generalProps.power_metrics.split('##'); this.summaryInfoAfter.push({ title: 'Power Metrics', - descriptions: ['Power consumption of different compoenents'], + descriptions: ['Power consumption of different components'], tooltip: this.powerMetricsTooltipMessage, propertyValues: components, });