Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions workspaces/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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`.
Expand Down
Loading