Merge pull request #3817 from NativeScript/hint-test-typo

FIX: Typo fix
This commit is contained in:
Alexander Vakrilov
2017-03-16 16:49:18 +02:00
committed by GitHub

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");