From 99cc8c02c6ae9bf34aac7982ad8c69a18393819e Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 30 Jul 2021 11:05:19 -0400 Subject: [PATCH] Remove back ticks from plan command page --- website/docs/cli/commands/plan.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/commands/plan.html.md b/website/docs/cli/commands/plan.html.md index 0e84406371..0f56ddebb8 100644 --- a/website/docs/cli/commands/plan.html.md +++ b/website/docs/cli/commands/plan.html.md @@ -2,7 +2,7 @@ layout: "docs" page_title: "Command: plan" sidebar_current: "docs-commands-plan" -description: "`terraform plan` creates an execution plan that allows you to preview the changes that Terraform will make to your infrastructure." +description: "terraform plan creates an execution plan that allows you to preview the changes that Terraform will make to your infrastructure." --- # Command: plan