From 5638c1d5078afd48e5990346d471c4f49b98cb85 Mon Sep 17 00:00:00 2001 From: Mohammed Salman Date: Sun, 23 Dec 2018 08:34:16 +0300 Subject: [PATCH] docs: fix npm description in architecture modules guide (#27818) PR Close #27818 --- aio/content/guide/architecture-modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 Component -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.