marijnh / Eloquent-JavaScript

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

small grammar mistake #318

Closed smilingkite closed 6 years ago

smilingkite commented 6 years ago

Chapter 10, first exercise, hints:

On top of that, depending on NPM packages means you have to make sure they are installed, you have to distributing them with your program, and you might have to periodically upgrade them.

distributing should be distribute:

On top of that, depending on NPM packages means you have to make sure they are installed, you have to distribute them with your program, and you might have to periodically upgrade them.

marijnh commented 6 years ago

Thanks! Fixed in attached patch.