DiscoverMeteor / book

17 stars 0 forks source link

Chapter 12 missing left/right banana #473

Closed webmktr-zz closed 8 years ago

webmktr-zz commented 9 years ago

"On the other hand, this.posts refers to the current cursor, so this.posts.count() refers to the number of posts that are actually in the cursor."

SHOULD BE

this.posts().count()

SachaG commented 8 years ago

Thanks!