From 74556886497303568fb31fa2394a4ac28cdfa67c Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Thu, 25 Jul 2019 21:03:20 -0500 Subject: [PATCH] fix grammar --- website/source/docs/runtime/interpolation.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/runtime/interpolation.html.md.erb b/website/source/docs/runtime/interpolation.html.md.erb index 71de9058f..0dda73a88 100644 --- a/website/source/docs/runtime/interpolation.html.md.erb +++ b/website/source/docs/runtime/interpolation.html.md.erb @@ -46,7 +46,7 @@ task "docs" { } # Environment variables are interpreted and can contain both runtime and - # node attributes. There environment variables are passed into the task. + # node attributes. These environment variables are passed into the task. env { "DC" = "Running on datacenter ${node.datacenter}" "VERSION" = "Version ${NOMAD_META_VERSION}"