recipeswithbackbone / recipeswithbackbone.github.com

Marketing site for the best damn backbone.js book evar
23 stars 1 forks source link

Typos #32

Closed davemo closed 12 years ago

davemo commented 12 years ago

7.1. Introduction The View Signature pattern is a form of caching to prevent redraws in the browser. It helps short-circuit unneccessary redraws by definiting a cache key method and checking if the key changes.

eee-c commented 12 years ago

Sigh. Not sure how those passed through a basic spell checker :-\

Thanks for reporting though!

davemo commented 12 years ago

No problem, I've reported a few others via email, do you want me to add them to this list as well?

davemo commented 12 years ago

8.3 The Solution

"First, we have modified the template such that it no longer renders any dynamic information. It only fills the HTML structure of the view. Second, we have rendered the HTML of the template during initialization. Third, when asked to render, we simply fill in author and body."

Correction: (if i'm understanding the code example properly).

"First, we have modified the template such that it no longer renders any dynamic information. It only fills the HTML structure of the view. Second, we have rendered the HTML of the template during initialization. Third, when asked to render, we simply fill in title and date."

eee-c commented 12 years ago

@davemo No worries -- we will copy and paste your other corrections over here. Thanks!

eee-c commented 12 years ago

Fixed in latest. Download from the same link in the original purchase email.