From e4abff7d7731ef02299038efc5c31fcbe13afd2e Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 22 Mar 2018 15:18:09 -0700 Subject: [PATCH] Fix spelling error --- command/deployment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/deployment.go b/command/deployment.go index d30bfa4a3..f0d13bb21 100644 --- a/command/deployment.go +++ b/command/deployment.go @@ -15,7 +15,7 @@ func (f *DeploymentCommand) Help() string { Usage: nomad deployment [options] [args] This command groups subcommands for interacting with deployments. Deployments - are used to manage a transistion between two versions of a Nomad job. Users + are used to manage a transition between two versions of a Nomad job. Users can inspect an ongoing deployment, promote canary allocations, force fail deployments, and more.