Skip to content

Commit 708190b

Browse files
committed
fix: typo fix
1 parent cfe2be4 commit 708190b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/label-common.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const cssProperty = (target: Object, key: string | symbol) => {
2929
export class LabelBase extends TNLabel implements HtmlViewDefinition {
3030
@cssProperty maxLines: string | number;
3131
@cssProperty autoFontSize: boolean;
32-
@cssProperty verticalTextAlignmentgnment: VerticalTextAlignment;
32+
@cssProperty verticalTextAlignment: VerticalTextAlignment;
3333
public html: string;
3434
}
3535

0 commit comments

Comments
 (0)