From 1f1563b8890b9405818c13161c6fb8f3b3fba7d2 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 16 Jul 2021 17:28:40 -0400 Subject: [PATCH] Fix formatting error on language home page --- website/docs/language/index.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/language/index.html.md b/website/docs/language/index.html.md index ca4e2a22ce..6494298909 100644 --- a/website/docs/language/index.html.md +++ b/website/docs/language/index.html.md @@ -1,8 +1,8 @@ --- layout: "language" page_title: "Overview - Configuration Language" -description: |- -You can use the Terraform language to write configuration files that tell Terraform how to manage a collection of infrastructure. +description: "You can use the Terraform language to write configuration files that tell Terraform how to manage a collection of infrastructure." + --- # Terraform Language Documentation