From b115a1c55d5169d9cc2bd0f6998f7f3095ddec3c Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Thu, 7 Jul 2016 12:22:14 -0400 Subject: [PATCH] First use of term Expand first use of HashiCorp Configuration Language in this page, followed by the abbreviated form --- website/source/intro/getting-started/jobs.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/jobs.html.md b/website/source/intro/getting-started/jobs.html.md index 654ec91da..5f815576b 100644 --- a/website/source/intro/getting-started/jobs.html.md +++ b/website/source/intro/getting-started/jobs.html.md @@ -14,7 +14,7 @@ Jobs have a globally unique name, one or many task groups, which are themselves collections of one or many tasks. The format of the jobs is [documented here](/docs/jobspec/index.html). They -can either be specified in [HCL](https://github.com/hashicorp/hcl) or JSON, +can either be specified in [HashiCorp Configuration Language](https://github.com/hashicorp/hcl) (HCL) or JSON, however we recommend only using JSON when the configuration is generated by a machine. ## Running a Job