From 294a1fdd2c070b4c3c0d1954de76171f29b8481a Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 30 Jul 2021 11:02:31 -0400 Subject: [PATCH] Remove back ticks from terraform fmt page --- website/docs/cli/commands/fmt.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/commands/fmt.html.md b/website/docs/cli/commands/fmt.html.md index 51cd4030b..c0dcc8ccd 100644 --- a/website/docs/cli/commands/fmt.html.md +++ b/website/docs/cli/commands/fmt.html.md @@ -2,7 +2,7 @@ layout: "docs" page_title: "Command: fmt" sidebar_current: "docs-commands-fmt" -description: "`terraform fmt` rewrites Terraform configuration files to a canonical format and style." +description: "terraform fmt rewrites Terraform configuration files to a canonical format and style." --- # Command: fmt