Skip to content

Commit a79a83c

Browse files
bradmartinHristo Hristov
authored and
Hristo Hristov
committed
1 parent 3e38eb4 commit a79a83c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tns-core-modules/ui/core/view/view.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ export * from "../../styling/style-properties";
1414
export function PseudoClassHandler(...pseudoClasses: string[]): MethodDecorator;
1515

1616
/**
17-
* Denotes a length number that is in device independent pixels units.
17+
* Denotes a length number that is in device independent pixel units.
1818
*/
1919
export type dip = number;
2020

2121
/**
22-
* Denotes a length number that is in phisical device pixels.
22+
* Denotes a length number that is in physical device pixels.
2323
*/
2424
export type px = number;
2525

@@ -576,7 +576,7 @@ export abstract class View extends ViewBase implements ApplyXmlAttributes {
576576
}
577577

578578
/**
579-
* Base class for all UI components that implements custom layouts.
579+
* Base class for all UI components that implement custom layouts.
580580
*/
581581
export class CustomLayoutView extends View {
582582
//@private

0 commit comments

Comments
 (0)