Skip to content

Commit ccfd4b3

Browse files
Improve npm documentation for dependency management (#7146)
* Added a more descriptive explanation as to what npm does, and what dependencies are. * Added a more descriptive explanation as to what npm does, and what dependencies are, including punctuation. * Update apps/site/pages/en/learn/getting-started/an-introduction-to-the-npm-package-manager.md Signed-off-by: Brian Muenzenmeyer <[email protected]> --------- Signed-off-by: Brian Muenzenmeyer <[email protected]> Co-authored-by: Brian Muenzenmeyer <[email protected]>
1 parent 3d144f7 commit ccfd4b3

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` manages downloads of dependencies of your project.
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)