From 85c3d4618e9090ca53e853672b4c056e89256291 Mon Sep 17 00:00:00 2001 From: Harrison Heck Date: Mon, 22 Jun 2020 09:29:28 -0400 Subject: [PATCH] fix: typo in install description (#504) --- lib/interface/cli/commands/root/install.cmd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/interface/cli/commands/root/install.cmd.js b/lib/interface/cli/commands/root/install.cmd.js index 44e33ea46..c26280715 100644 --- a/lib/interface/cli/commands/root/install.cmd.js +++ b/lib/interface/cli/commands/root/install.cmd.js @@ -4,7 +4,7 @@ const Command = require('../../Command'); const install = new Command({ root: true, command: 'install', - description: 'Instal a resource', + description: 'Install a resource', usage: 'Install operation will install codefresh components on kubernetes cluster', webDocs: { description: 'Install a resource',