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; }