Skip to content
Closed
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
6 changes: 3 additions & 3 deletions lib/utils/config/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ define('access', {
`,
type: [null, 'restricted', 'public'],
description: `
If do not want your scoped package to be publicly viewable (and
If you do not want your scoped package to be publicly viewable (and
installable) set \`--access=restricted\`.

Unscoped packages can not be set to \`restricted\`.
Expand Down Expand Up @@ -848,7 +848,7 @@ define('global-style', {
type: Boolean,
description: `
Only install direct dependencies in the top level \`node_modules\`,
but hoist on deeper dependendencies.
but hoist on deeper dependencies.
Sets \`--install-strategy=shallow\`.
`,
deprecated: `
Expand Down Expand Up @@ -2021,7 +2021,7 @@ define('strict-peer-deps', {
even if doing so will result in some packages receiving a peer dependency
outside the range set in their package's \`peerDependencies\` object.

When such and override is performed, a warning is printed, explaining the
When such an override is performed, a warning is printed, explaining the
conflict and the packages involved. If \`--strict-peer-deps\` is set,
then this warning is treated as a failure.
`,
Expand Down