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