Navigation Menu

Skip to content

Commit

Permalink
fix: search description typo
Browse files Browse the repository at this point in the history
PR-URL: #3253
Credit: @juanpicado
Close: #3253
Reviewed-by: @wraithgar, @darcyclarke
  • Loading branch information
juanpicado authored and isaacs committed May 20, 2021
1 parent 55f2c2a commit faa12cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/search.js
Expand Up @@ -28,7 +28,7 @@ const BaseCommand = require('./base-command.js')
class Search extends BaseCommand {
/* istanbul ignore next - see test/lib/load-all-commands.js */
static get description () {
return 'Search for pacakges'
return 'Search for packages'
}

/* istanbul ignore next - see test/lib/load-all-commands.js */
Expand Down
2 changes: 1 addition & 1 deletion tap-snapshots/test/lib/load-all-commands.js.test.cjs
Expand Up @@ -819,7 +819,7 @@ Run "npm help run-script" for more info
exports[`test/lib/load-all-commands.js TAP load each command search > must match snapshot 1`] = `
npm search
Search for pacakges
Search for packages
Usage:
npm search [search terms ...]
Expand Down
2 changes: 1 addition & 1 deletion tap-snapshots/test/lib/utils/npm-usage.js.test.cjs
Expand Up @@ -884,7 +884,7 @@ All commands:
search npm search
Search for pacakges
Search for packages
Usage:
npm search [search terms ...]
Expand Down

0 comments on commit faa12cc

Please sign in to comment.