File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tns-core-modules/ui/core/view Expand file tree Collapse file tree 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";
1414export 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 */
1919export 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 */
2424export 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 */
581581export class CustomLayoutView extends View {
582582 //@private
You can’t perform that action at this time.
0 commit comments