diff --git a/workspaces/config/README.md b/workspaces/config/README.md index 12a5e23331d3a..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, @@ -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`.