Skip to content

Commit

Permalink
docs: Update npm-doctor.md (#6800)
Browse files Browse the repository at this point in the history
  • Loading branch information
siemhesda committed Sep 18, 2023
1 parent 0270a7d commit 8088325
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/lib/content/commands/npm-doctor.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: npm-doctor
section: 1
description: Check your npm environment
description: Check the health of your npm environment
---

### Synopsis
Expand Down
2 changes: 1 addition & 1 deletion lib/commands/doctor.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const subcommands = [
]
const BaseCommand = require('../base-command.js')
class Doctor extends BaseCommand {
static description = 'Check your npm environment'
static description = 'Check the health of your npm environment'
static name = 'doctor'
static params = ['registry']
static ignoreImplicitWorkspace = false
Expand Down
1 change: 0 additions & 1 deletion tap-snapshots/test/lib/commands/publish.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ exports[`test/lib/commands/publish.js TAP re-loads publishConfig.registry if add
`

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

exports[`test/lib/commands/publish.js TAP restricted access > must match snapshot 1`] = `
Expand Down
2 changes: 1 addition & 1 deletion tap-snapshots/test/lib/docs.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2885,7 +2885,7 @@ alias: home
`

exports[`test/lib/docs.js TAP usage doctor > must match snapshot 1`] = `
Check your npm environment
Check the health of your npm environment
Usage:
npm doctor [ping] [registry] [versions] [environment] [permissions] [cache]
Expand Down

0 comments on commit 8088325

Please sign in to comment.