Skip to content

Commit fc46a79

Browse files
chalkygames123wraithgar
authored andcommitted
docs: fix typo in save-peer description
PR-URL: #4072 Credit: @chalkygames123 Close: #4072 Reviewed-by: @wraithgar
1 parent c5c6d16 commit fc46a79

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/content/using-npm/config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ Save installed packages to a package.json file as `optionalDependencies`.
13871387
* Default: false
13881388
* Type: Boolean
13891389

1390-
Save installed packages. to a package.json file as `peerDependencies`
1390+
Save installed packages to a package.json file as `peerDependencies`
13911391

13921392
<!-- automatically generated, do not edit manually -->
13931393
<!-- see lib/utils/config/definitions.js -->

lib/utils/config/definitions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@ define('save-peer', {
16811681
default: false,
16821682
type: Boolean,
16831683
description: `
1684-
Save installed packages. to a package.json file as \`peerDependencies\`
1684+
Save installed packages to a package.json file as \`peerDependencies\`
16851685
`,
16861686
flatten (key, obj, flatOptions) {
16871687
if (!obj[key]) {

tap-snapshots/test/lib/utils/config/definitions.js.test.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ exports[`test/lib/utils/config/definitions.js TAP > config description for save-
14621462
* Default: false
14631463
* Type: Boolean
14641464
1465-
Save installed packages. to a package.json file as \`peerDependencies\`
1465+
Save installed packages to a package.json file as \`peerDependencies\`
14661466
`
14671467

14681468
exports[`test/lib/utils/config/definitions.js TAP > config description for save-prefix 1`] = `

tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ Save installed packages to a package.json file as \`optionalDependencies\`.
12611261
* Default: false
12621262
* Type: Boolean
12631263
1264-
Save installed packages. to a package.json file as \`peerDependencies\`
1264+
Save installed packages to a package.json file as \`peerDependencies\`
12651265
12661266
<!-- automatically generated, do not edit manually -->
12671267
<!-- see lib/utils/config/definitions.js -->

0 commit comments

Comments
 (0)