getify / You-Dont-Know-JS

A book series on JavaScript. @YDKJS on twitter.
Other
177.97k stars 33.41k forks source link

Fix grammar error (extra word) #1728

Closed billfienberg closed 3 years ago

billfienberg commented 3 years ago

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: You Don't Know JS Yet: Scope & Closures - 2nd Edition

Chapter: Chapter 5: The (Not So) Secret Lifecycle of Variables

Section Title: Uninitialized Variables (aka, TDZ)

Topic: Grammar error

- A `var` also has technically has a TDZ...
+ A `var` also technically has a TDZ...
getify commented 3 years ago

dupe of #1691

billfienberg commented 3 years ago

D'oh. I swear I searched for duplicates. In the future, I'll be more diligent. Sorry the PR noise.