Skip to content

Commit

Permalink
fix: search description typo
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed May 15, 2021
1 parent 3bd7583 commit e12be5a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit e12be5a

Please sign in to comment.