Skip to content

Commit 0c17eaf

Browse files
committed
Added a more descriptive explanation as to what npm does, and what dependencies are, including punctuation.
1 parent adc435c commit 0c17eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/learn/getting-started/an-introduction-to-the-npm-package-manager.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It started as a way to download and manage dependencies of Node.js packages, but
1818
1919
## Packages
2020

21-
`npm` installs, updates and manages downloads of dependencies of your project. Dependencies are pre-written pieces of code such as libraries and packages that your Node.js application needs to work.
21+
`npm` installs, updates and manages downloads of dependencies of your project. Dependencies are pre-built pieces of code, such as libraries and packages, that your Node.js application needs to work.
2222

2323
### Installing all dependencies
2424

0 commit comments

Comments
 (0)