Skip to content

Typos #4789

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 4, 2017
Merged

Typos #4789

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tns-core-modules/ui/core/view/view.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ export * from "../../styling/style-properties";
export function PseudoClassHandler(...pseudoClasses: string[]): MethodDecorator;

/**
* Denotes a length number that is in device independent pixels units.
* Denotes a length number that is in device independent pixel units.
*/
export type dip = number;

/**
* Denotes a length number that is in phisical device pixels.
* Denotes a length number that is in physical device pixels.
*/
export type px = number;

Expand Down Expand Up @@ -576,7 +576,7 @@ export abstract class View extends ViewBase implements ApplyXmlAttributes {
}

/**
* Base class for all UI components that implements custom layouts.
* Base class for all UI components that implement custom layouts.
*/
export class CustomLayoutView extends View {
//@private
Expand Down