Skip to content

Commit f2e7c03

Browse files
kahestandrewshie-sentry
authored andcommitted
fix(mobile-vitals): Typo in TTID description (#90897)
1 parent 0ce7844 commit f2e7c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/insights/mobile/screens/views/screensLandingPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function ScreensLandingPage() {
162162
},
163163
{
164164
title: t('Avg. TTID'),
165-
description: t('Average time to intial display.'),
165+
description: t('Average time to initial display.'),
166166
docs: t('The average time it takes until your app is drawing the first frame.'),
167167
setup: undefined,
168168
platformDocLinks: {

0 commit comments

Comments
 (0)