getify / You-Dont-Know-JS

A book series on JavaScript. @YDKJS on twitter.
Other
178.28k stars 33.43k forks source link

eek -> eke #1689

Open philip-healy opened 3 years ago

philip-healy commented 3 years ago

This is a typo fix. I have read the contributing guidelines that advise against typo fixes (specifically: "these will almost certainly be caught during the editing process"). However, I feel justified in submitting a PR for this one because it made it through the editing process to my printed copy of the second edition! Great book BTW. If I come across any other typos I will add them as additional commits to this PR.

Typos?

Please don't worry about minor text typos. These will almost certainly be caught during the editing process.

If you're going to submit a PR for typo fixes, please be measured in doing so by collecting several small changes into a single PR (in separate commits). Or, just don't even worry about them for now, because we'll get to them later. I promise.


Please type "I already searched for this issue": I already searched for this issue

Edition: (pull requests not accepted for previous editions) 2nd

Book Title: Scope & Closures

Chapter: 7

Section Title: Per Variable or Per Scope?

Topic: Typo fix!

getify commented 3 years ago

Good catch, thanks.