Skip to content

Commit faa12cc

Browse files
juanpicadoisaacs
authored andcommitted
fix: search description typo
PR-URL: #3253 Credit: @juanpicado Close: #3253 Reviewed-by: @wraithgar, @darcyclarke
1 parent 55f2c2a commit faa12cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/search.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const BaseCommand = require('./base-command.js')
2828
class Search extends BaseCommand {
2929
/* istanbul ignore next - see test/lib/load-all-commands.js */
3030
static get description () {
31-
return 'Search for pacakges'
31+
return 'Search for packages'
3232
}
3333

3434
/* istanbul ignore next - see test/lib/load-all-commands.js */

tap-snapshots/test/lib/load-all-commands.js.test.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ Run "npm help run-script" for more info
819819
exports[`test/lib/load-all-commands.js TAP load each command search > must match snapshot 1`] = `
820820
npm search
821821
822-
Search for pacakges
822+
Search for packages
823823
824824
Usage:
825825
npm search [search terms ...]

tap-snapshots/test/lib/utils/npm-usage.js.test.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ All commands:
884884
885885
search npm search
886886
887-
Search for pacakges
887+
Search for packages
888888
889889
Usage:
890890
npm search [search terms ...]

0 commit comments

Comments
 (0)