Skip to content

Commit 7722b59

Browse files
committed
fix(guide): rename todos->names
1 parent 99663ed commit 7722b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/js/latest/guide/displaying-data.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
})
316316
class DisplayComponent {
317317
myName: string;
318-
todos: Array<string>
318+
names: Array<string>
319319
constructor() {
320320
this.myName = "Alice";
321321
this.names = ["Aarav", "Martín", "Shannon", "Ariana", "Kai"];

0 commit comments

Comments
 (0)