File tree 1 file changed +3
-3
lines changed
tns-core-modules/ui/core/view
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ export * from "../../styling/style-properties";
14
14
export function PseudoClassHandler ( ...pseudoClasses : string [ ] ) : MethodDecorator ;
15
15
16
16
/**
17
- * Denotes a length number that is in device independent pixels units.
17
+ * Denotes a length number that is in device independent pixel units.
18
18
*/
19
19
export type dip = number ;
20
20
21
21
/**
22
- * Denotes a length number that is in phisical device pixels.
22
+ * Denotes a length number that is in physical device pixels.
23
23
*/
24
24
export type px = number ;
25
25
@@ -576,7 +576,7 @@ export abstract class View extends ViewBase implements ApplyXmlAttributes {
576
576
}
577
577
578
578
/**
579
- * Base class for all UI components that implements custom layouts.
579
+ * Base class for all UI components that implement custom layouts.
580
580
*/
581
581
export class CustomLayoutView extends View {
582
582
//@private
You can’t perform that action at this time.
0 commit comments