From e12be5ac3ae3975438004404fc7596c6fc388c28 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Sat, 15 May 2021 15:30:23 +0200 Subject: [PATCH] fix: search description typo --- lib/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/search.js b/lib/search.js index bdd374ab6edf7..0b146d4debc33 100644 --- a/lib/search.js +++ b/lib/search.js @@ -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 */