File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const BaseCommand = require('./base-command.js')
28
28
class Search extends BaseCommand {
29
29
/* istanbul ignore next - see test/lib/load-all-commands.js */
30
30
static get description ( ) {
31
- return 'Search for pacakges '
31
+ return 'Search for packages '
32
32
}
33
33
34
34
/* istanbul ignore next - see test/lib/load-all-commands.js */
Original file line number Diff line number Diff line change @@ -819,7 +819,7 @@ Run "npm help run-script" for more info
819
819
exports [ `test/lib/load-all-commands.js TAP load each command search > must match snapshot 1` ] = `
820
820
npm search
821
821
822
- Search for pacakges
822
+ Search for packages
823
823
824
824
Usage:
825
825
npm search [search terms ...]
Original file line number Diff line number Diff line change @@ -884,7 +884,7 @@ All commands:
884
884
885
885
search npm search
886
886
887
- Search for pacakges
887
+ Search for packages
888
888
889
889
Usage:
890
890
npm search [search terms ...]
You can’t perform that action at this time.
0 commit comments