diff --git a/tns-core-modules/ui/frame/frame.d.ts b/tns-core-modules/ui/frame/frame.d.ts index 5652967a6..dac7f0f55 100644 --- a/tns-core-modules/ui/frame/frame.d.ts +++ b/tns-core-modules/ui/frame/frame.d.ts @@ -257,7 +257,7 @@ export interface NavigationEntry extends ViewEntry { transitioniOS?: NavigationTransition; /** - * Specifies an optional navigation transition for iOS. If not specified, the default platform transition will be used. + * Specifies an optional navigation transition for Android. If not specified, the default platform transition will be used. */ transitionAndroid?: NavigationTransition;