getify / You-Dont-Know-JS

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

Missing word grammar error in Ch. 3's `this` Keyword section #1721

Open billfienberg opened 3 years ago

billfienberg commented 3 years ago

I already searched for this issue

Edition: 2nd

Book Title: Get Started

Chapter: 3

Section Title: this Keyword

Topic: Grammar error (missing word)

- another misconception is that `this` points the instance...
+ another misconception is that `this` points to the instance...
getify commented 3 years ago

Thank you.

rajdeep-biswas commented 3 years ago

Good observation. This might actually confuse readers as to this is something that points the instance itself to something else, which would have been incorrect.