From c89467d44fbdc520c734c6cb03598184de288ffa Mon Sep 17 00:00:00 2001 From: Phil Zona Date: Tue, 24 Nov 2020 13:37:47 -0600 Subject: [PATCH] Fix typo in web doc category --- lib/interface/cli/commands/components/update.cmd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/interface/cli/commands/components/update.cmd.js b/lib/interface/cli/commands/components/update.cmd.js index 1539c0145..4f34d1324 100644 --- a/lib/interface/cli/commands/components/update.cmd.js +++ b/lib/interface/cli/commands/components/update.cmd.js @@ -7,7 +7,7 @@ const command = new Command({ parent: componentsRoot, description: 'Update Codefresh CLI components', webDocs: { - category: 'Componenets', + category: 'Components', title: 'Update', }, builder: yargs => yargs