diff --git a/aio/content/guide/architecture-modules.md b/aio/content/guide/architecture-modules.md
index 6e48da900e..2364b875fd 100644
--- a/aio/content/guide/architecture-modules.md
+++ b/aio/content/guide/architecture-modules.md
@@ -81,7 +81,7 @@ Other JavaScript modules use *import statements* to access public objects from o
-Angular loads as a collection of JavaScript modules. You can think of them as library modules. Each Angular library name begins with the `@angular` prefix. Install them with the `npm` package manager and import parts of them with JavaScript `import` statements.
+Angular loads as a collection of JavaScript modules. You can think of them as library modules. Each Angular library name begins with the `@angular` prefix. Install them with the node package manager `npm` and import parts of them with JavaScript `import` statements.