getify / You-Dont-Know-JS

A book series on JavaScript. @YDKJS on twitter.
Other
179.32k stars 33.47k forks source link

typo fix: indisputedly -> indisputably #1690

Open johnnycopes opened 4 years ago

johnnycopes commented 4 years ago

Specifically quoting these guidelines regarding typos:

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: 1

Section Title: Compiling Code

Topic: Typo fix: "indisputedly" is not a word https://www.merriam-webster.com/thesaurus/indisputably

getify commented 4 years ago

Thanks!