From 0513caef773f5a85862b92eafdc559b0ec2b727b Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:38:46 -0400 Subject: [PATCH 1/2] docs: fix spelling: differently Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- workspaces/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/config/README.md b/workspaces/config/README.md index 12a5e23331d3a..01a8839aab960 100644 --- a/workspaces/config/README.md +++ b/workspaces/config/README.md @@ -121,7 +121,7 @@ Options: - `cwd` Optional, defaults to `process.cwd()`, used for inferring the `localPrefix` and loading the `project` config. - `platform` Optional, defaults to `process.platform`. Used when inferring - the `globalPrefix` from the `execPath`, since this is done diferently on + the `globalPrefix` from the `execPath`, since this is done differently on Windows. - `execPath` Optional, defaults to `process.execPath`. Used to infer the `globalPrefix`. From 1e32895cd0378f9bacddb66691b8eac354bd1cc5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 28 Sep 2025 19:04:03 -0400 Subject: [PATCH 2/2] docs: fix spelling: don't Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- workspaces/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/config/README.md b/workspaces/config/README.md index 01a8839aab960..668105523e029 100644 --- a/workspaces/config/README.md +++ b/workspaces/config/README.md @@ -65,7 +65,7 @@ const conf = new Config({ flatten, // optional, defaults to process.argv // argv: [] <- if you are using this package in your own cli - // and dont want to have colliding argv + // and don't want to have colliding argv argv: process.argv, // optional, defaults to process.env env: process.env,