Skip to content

Commit 8088325

Browse files
authoredSep 18, 2023
docs: Update npm-doctor.md (#6800)
1 parent 0270a7d commit 8088325

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed
 

‎docs/lib/content/commands/npm-doctor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: npm-doctor
33
section: 1
4-
description: Check your npm environment
4+
description: Check the health of your npm environment
55
---
66

77
### Synopsis

‎lib/commands/doctor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const subcommands = [
9999
]
100100
const BaseCommand = require('../base-command.js')
101101
class Doctor extends BaseCommand {
102-
static description = 'Check your npm environment'
102+
static description = 'Check the health of your npm environment'
103103
static name = 'doctor'
104104
static params = ['registry']
105105
static ignoreImplicitWorkspace = false

‎tap-snapshots/test/lib/commands/publish.js.test.cjs

-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ exports[`test/lib/commands/publish.js TAP re-loads publishConfig.registry if add
315315
`
316316

317317
exports[`test/lib/commands/publish.js TAP respects publishConfig.registry, runs appropriate scripts > new package version 1`] = `
318-
319318
`
320319

321320
exports[`test/lib/commands/publish.js TAP restricted access > must match snapshot 1`] = `

‎tap-snapshots/test/lib/docs.js.test.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2885,7 +2885,7 @@ alias: home
28852885
`
28862886

28872887
exports[`test/lib/docs.js TAP usage doctor > must match snapshot 1`] = `
2888-
Check your npm environment
2888+
Check the health of your npm environment
28892889
28902890
Usage:
28912891
npm doctor [ping] [registry] [versions] [environment] [permissions] [cache]

0 commit comments

Comments
 (0)
Please sign in to comment.