From a600ced62cc26767637b27e109cab5a8058b4736 Mon Sep 17 00:00:00 2001 From: ethan Date: Mon, 12 Aug 2019 21:48:39 +0800 Subject: [PATCH] =?UTF-8?q?project=5Fcreate.go=EF=BC=9A=20help=20message?= =?UTF-8?q?=20word=20correction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guangming Wang --- brig/cmd/brig/commands/project_create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brig/cmd/brig/commands/project_create.go b/brig/cmd/brig/commands/project_create.go index 36e491852..365338854 100644 --- a/brig/cmd/brig/commands/project_create.go +++ b/brig/cmd/brig/commands/project_create.go @@ -184,7 +184,7 @@ func projectCreateVCSOrNoVCS(p *brigade.Project, store storage.Store) error { Name: "VCSOrNoVCS", Prompt: &survey.Select{ Message: "VCS or no-VCS project?", - Help: "Does your Prject require the pull of a repo stored on a Version Control System (e.g. GitHub or BitBucket)?", + Help: "Does your Project require the pull of a repo stored on a Version Control System (e.g. GitHub or BitBucket)?", Options: []string{"VCS", "no-VCS"}, }, },