diff --git a/packages/devtools_app/lib/src/screens/performance/panes/flutter_frames/flutter_frames_chart.dart b/packages/devtools_app/lib/src/screens/performance/panes/flutter_frames/flutter_frames_chart.dart index 2c8dba6ab3a9..6151d27be063 100644 --- a/packages/devtools_app/lib/src/screens/performance/panes/flutter_frames/flutter_frames_chart.dart +++ b/packages/devtools_app/lib/src/screens/performance/panes/flutter_frames/flutter_frames_chart.dart @@ -347,7 +347,7 @@ class _FramesChartState extends State with AutoDisposeMixin { right: denseSpacing, top: densePadding, child: Text( - 'Engine: ${widget.impellerEnabled ? 'Impeler' : 'Skia'}', + 'Engine: ${widget.impellerEnabled ? 'Impeller' : 'Skia'}', style: themeData.subtleChartTextStyle, ), ),