Skip to content

Commit 288cd03

Browse files
author
Alexander Vakrilov
authored
Merge pull request NativeScript#3817 from NativeScript/hint-test-typo
FIX: Typo fix
2 parents 636a3f5 + 0ec8563 commit 288cd03

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)