Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix grammar error (extra word) #1728

Closed
wants to merge 1 commit into from

Conversation

billfienberg
Copy link

@billfienberg billfienberg commented Mar 22, 2021

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...

@billfienberg billfienberg changed the title Fix grammar error Fix grammar error (extra word) Mar 22, 2021
@getify
Copy link
Owner

getify commented Mar 22, 2021

dupe of #1691

@getify getify closed this Mar 22, 2021
@billfienberg
Copy link
Author

billfienberg commented Mar 22, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants