From 661d7b5347626f6ddb32bd131f8ff8a49b21479b Mon Sep 17 00:00:00 2001 From: Omkarnaik25 <113276750+Omkarnaik25@users.noreply.github.com> Date: Fri, 19 Jun 2026 19:15:30 +0530 Subject: [PATCH] Fix wording in npm package installation instructions Corrected the text in the installation section for clarity. Signed-off-by: Omkarnaik25 <113276750+Omkarnaik25@users.noreply.github.com> --- .../an-introduction-to-the-npm-package-manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/getting-started/an-introduction-to-the-npm-package-manager.md b/pages/getting-started/an-introduction-to-the-npm-package-manager.md index f043ecb..620e774 100644 --- a/pages/getting-started/an-introduction-to-the-npm-package-manager.md +++ b/pages/getting-started/an-introduction-to-the-npm-package-manager.md @@ -30,7 +30,7 @@ it will install everything the project needs, in the `node_modules` folder, crea ### Installing a single package -You can also install a specific package by running +You can also install a specific package by running yes it is ```bash npm install