diff --git a/nativescript-core/ui/core/view/view.d.ts b/nativescript-core/ui/core/view/view.d.ts index 3b226ca31..560d337e8 100644 --- a/nativescript-core/ui/core/view/view.d.ts +++ b/nativescript-core/ui/core/view/view.d.ts @@ -368,12 +368,12 @@ export abstract class View extends ViewBase { automationText: string; /** - * Gets or sets the X component of the origin point around which the view will be transformed. The deafault value is 0.5 representing the center of the view. + * Gets or sets the X component of the origin point around which the view will be transformed. The default value is 0.5 representing the center of the view. */ originX: number; /** - * Gets or sets the Y component of the origin point around which the view will be transformed. The deafault value is 0.5 representing the center of the view. + * Gets or sets the Y component of the origin point around which the view will be transformed. The default value is 0.5 representing the center of the view. */ originY: number;