fix(guide): rename todos->names

This commit is contained in:
Jeff Cross 2015-05-19 14:36:03 -07:00
parent 99663edb8c
commit 7722b596fb
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@
})
class DisplayComponent {
myName: string;
todos: Array<string>
names: Array<string>
constructor() {
this.myName = "Alice";
this.names = ["Aarav", "Martín", "Shannon", "Ariana", "Kai"];