From 455ef8a8f5ab429f606b4c33c508c994c6431629 Mon Sep 17 00:00:00 2001 From: Aaron Kunz Date: Wed, 3 May 2017 19:45:03 +0200 Subject: [PATCH] Fix typo --- website/source/docs/operating-a-job/configuring-tasks.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/operating-a-job/configuring-tasks.html.md b/website/source/docs/operating-a-job/configuring-tasks.html.md index 7d6f69af9..3023385d9 100644 --- a/website/source/docs/operating-a-job/configuring-tasks.html.md +++ b/website/source/docs/operating-a-job/configuring-tasks.html.md @@ -70,7 +70,7 @@ Nomad has many [drivers](/docs/drivers/index.html), and most support passing arguments to their tasks via the `args` parameter. This option also optionally accepts [Nomad interpolation](/docs/runtime/interpolation.html). For example, if you wanted Nomad to dynamically allocate a high port to bind the service on -intead of relying on a static port for the previous job: +instead of relying on a static port for the previous job: ```hcl job "docs" {