Spelling Error fixes

This commit is contained in:
Brittan DeYoung 2022-08-31 15:13:15 -04:00
parent 409bd667c3
commit 11da5afb5e
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ const (
Workspace %q doesn't exist.
You can create this workspace with the "new" subcommand
or inclde the "-or-create" flag to the "select" subcommand.`
or include the "-or-create" flag with the "select" subcommand.`
envChanged = `[reset][green]Switched to workspace %q.`

View File

@ -152,7 +152,7 @@ Usage: terraform [global options] workspace select NAME
Options:
-or-create=false Create the Terraform workspace if if it doesnt exist.
-or-create=false Create the Terraform workspace if it doesn't exist.
`
return strings.TrimSpace(helpText)