Skip to content

Commit 0ec8563

Browse files
author
vakrilov
committed
FIX: Typo fix
1 parent 3db17a4 commit 0ec8563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/app/ui-tests-app/css/textview-hint-color.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export function changeTextAndColor(args) {
77
const tv1Hint = <TextView>page.getViewById("tv1Hint");
88
const tv2Hint = <TextView>page.getViewById("tv2Hint");
99
const tv3Hint = <TextView>page.getViewById("tv3Hint");
10-
tv1Hint.text = "chnaged text + color";
10+
tv1Hint.text = "changed text + color";
1111
tv1Hint.color = new Color("blue");
1212
tv2Hint.text = "changed text only";
1313
tv3Hint.color = new Color("green");

0 commit comments

Comments
 (0)