Another Typo? variable letter-case

On page 220, it says “Assign the instance to a new variable called FormHandler.” then shows this:

var formHandler = new FormHandler(FORM_SELECTOR);

It should say: “Assign the instance to a new variable called formHandler.” Note the lower-case ‘f’.

Noted, thanks @JSLearner!