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}"