From ded50cf13a24f7a1e51c038438ecf3a052ea96f0 Mon Sep 17 00:00:00 2001
From: Philipp Scheit
Date: Mon, 22 Mar 2021 05:57:26 +0100
Subject: [PATCH] small typo
---
docs/commands.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/commands.md b/docs/commands.md
index 70108e559..4a116d196 100644
--- a/docs/commands.md
+++ b/docs/commands.md
@@ -4,7 +4,7 @@ Levant supports a number of command line arguments which provide control over th
### Command: `deploy`
-`deploy` is the main entry point into Levant for deploying a Nomad job and supports the following flags which should then be proceeded by the Nomad job template you which to deploy. Levant also supports autoloading files by which Levant will look in the current working directory for a `levant.[yaml,yml,tf]` file and a single `*.nomad` file to use for the command actions.
+`deploy` is the main entry point into Levant for deploying a Nomad job and supports the following flags which should then be proceeded by the Nomad job template you whish to deploy. Levant also supports autoloading files by which Levant will look in the current working directory for a `levant.[yaml,yml,tf]` file and a single `*.nomad` file to use for the command actions.
* **-address** (string: "http://localhost:4646") The HTTP API endpoint for Nomad where all calls will be made.