Skip to content

Commit a67dd46

Browse files
committed
Merge pull request addyosmani#490 from kaidez/patch-1
typo in line 160 ("TodoView.render();" should be "todoView.render();"
2 parents dadb626 + 3e3a044 commit a67dd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/02-fundamentals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ var TodoView = Backbone.View.extend({
157157
// Later we'll look at:
158158
// this.listenTo(someCollection, 'all', this.render);
159159
// but you can actually run this example right now by
160-
// calling TodoView.render();
160+
// calling todoView.render();
161161
},
162162

163163
// Re-render the titles of the todo item.

0 commit comments

Comments
 (0)