From 661b7703eab01c62c8a69c45104ffa86e9671f8f Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 30 Jul 2021 11:01:28 -0400 Subject: [PATCH] Remove back ticks from destroy command page --- website/docs/cli/commands/destroy.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/commands/destroy.html.md b/website/docs/cli/commands/destroy.html.md index fee0e3ce16..ce61bb9fcb 100644 --- a/website/docs/cli/commands/destroy.html.md +++ b/website/docs/cli/commands/destroy.html.md @@ -2,7 +2,7 @@ layout: "docs" page_title: "Command: destroy" sidebar_current: "docs-commands-destroy" -description: "`terraform destroy` destroys all objects managed by a particular Terraform configuration." +description: "terraform destroy destroys all objects managed by a particular Terraform configuration." --- # Command: destroy