From 76253a2d26f71f6ec3e6a0cf0602f3c8ab589fed Mon Sep 17 00:00:00 2001 From: Kai Bolay Date: Thu, 25 Aug 2022 19:33:02 -0400 Subject: [PATCH] fix comment --- src/v2/providers/alerts/appDistribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/providers/alerts/appDistribution.ts b/src/v2/providers/alerts/appDistribution.ts index 512c3e95a..5b34c7b7c 100644 --- a/src/v2/providers/alerts/appDistribution.ts +++ b/src/v2/providers/alerts/appDistribution.ts @@ -66,7 +66,7 @@ export interface InAppFeedbackPayload { appVersion: string; /** Text entered by the tester */ text: string; - /** URI to download screenshot. This URIs are is fast expiring. */ + /** URI to download screenshot. This URI is fast expiring. */ screenshotUri?: string; }