FIX: Typo fix

This commit is contained in:
vakrilov
2017-03-16 16:34:19 +02:00
parent 3db17a4a1b
commit 0ec8563a20

View File

@ -7,7 +7,7 @@ export function changeTextAndColor(args) {
const tv1Hint = <TextView>page.getViewById("tv1Hint");
const tv2Hint = <TextView>page.getViewById("tv2Hint");
const tv3Hint = <TextView>page.getViewById("tv3Hint");
tv1Hint.text = "chnaged text + color";
tv1Hint.text = "changed text + color";
tv1Hint.color = new Color("blue");
tv2Hint.text = "changed text only";
tv3Hint.color = new Color("green");