marijnh / Eloquent-JavaScript

The sources for the Eloquent JavaScript book
https://eloquentjavascript.net
3.01k stars 795 forks source link

Ch. 14, Attributes section, minor grammar thing #405

Closed dhollinden closed 6 years ago

dhollinden commented 6 years ago

This sentence:

"This is the case for a most commonly used standard attributes."

should not have the word "a", like this:

"This is the case for most commonly used standard attributes."

or perhaps this, depending on your intention:

"This is the case for the most commonly used standard attributes."

Thanks!