marijnh / Eloquent-JavaScript

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

Grammatical error in the sentence "It’s common to install such libraries is by using NPM" #586

Closed hkiame closed 4 days ago

hkiame commented 4 days ago

I found a grammatical error in Chapter 20 titled "Node.js" under the subtitle "Modules." The sentence "It’s common to install such libraries is by using NPM, which we’ll return to in a moment." is incorrect due to the misplaced word "is".

Steps to Reproduce:

  1. Go to Chapter 20 titled "Node.js".
  2. Locate the section/subtitle "Modules".
  3. Find the sentence: "It’s common to install such libraries is by using NPM, which we’ll return to in a moment."
  4. Notice the grammatical error.

Suggested Correction: The sentence should be corrected to:

This change improves the grammatical structure and readability of the sentence.

Pull Request: I would like to create a pull request to fix this issue.

marijnh commented 4 days ago

Fixed in https://github.com/marijnh/Eloquent-JavaScript/pull/587