Skip to content

Commit

Permalink
fix: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Aug 2, 2019
1 parent cfe2be4 commit 708190b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/label-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const cssProperty = (target: Object, key: string | symbol) => {
export class LabelBase extends TNLabel implements HtmlViewDefinition {
@cssProperty maxLines: string | number;
@cssProperty autoFontSize: boolean;
@cssProperty verticalTextAlignmentgnment: VerticalTextAlignment;
@cssProperty verticalTextAlignment: VerticalTextAlignment;
public html: string;
}

Expand Down

0 comments on commit 708190b

Please sign in to comment.