diff --git a/internal/command/workspace_command.go b/internal/command/workspace_command.go index b1a53e2f58..7f3ac6d688 100644 --- a/internal/command/workspace_command.go +++ b/internal/command/workspace_command.go @@ -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.` diff --git a/internal/command/workspace_select.go b/internal/command/workspace_select.go index 9cd7064be0..aff320398f 100644 --- a/internal/command/workspace_select.go +++ b/internal/command/workspace_select.go @@ -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)