From 53a94a95ffde67feee2eb9ab8c30a9c57e60f473 Mon Sep 17 00:00:00 2001 From: Eric Mutta Date: Fri, 23 Dec 2022 15:43:56 +0300 Subject: [PATCH] doc: fix typos in packages.md PR-URL: https://github.com/nodejs/node/pull/45957 Reviewed-By: Colin Ihrig Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Geoffrey Booth Reviewed-By: Luigi Pinca Reviewed-By: Jacob Smith Reviewed-By: Benjamin Gruenbaum Reviewed-By: Qingyu Deng --- doc/api/packages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/packages.md b/doc/api/packages.md index aadfb765152712..58d6e97be20292 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -1173,9 +1173,9 @@ added: ``` The `"packageManager"` field defines which package manager is expected to be -used when working on the current project. It can set to any of the +used when working on the current project. It can be set to any of the [supported package managers][], and will ensure that your teams use the exact -same package manager versions without having to install anything else than +same package manager versions without having to install anything else other than Node.js. This field is currently experimental and needs to be opted-in; check the