From e7a8595e1dfa612294c5a776e2f7f2d2d876e3ae Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 30 Jul 2021 11:00:23 -0400 Subject: [PATCH] Remove back ticks from apply command page --- website/docs/cli/commands/apply.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/commands/apply.html.md b/website/docs/cli/commands/apply.html.md index c966063c1..5e82b7604 100644 --- a/website/docs/cli/commands/apply.html.md +++ b/website/docs/cli/commands/apply.html.md @@ -2,7 +2,7 @@ layout: "docs" page_title: "Command: apply" sidebar_current: "docs-commands-apply" -description: "'terraform apply` executes the actions proposed in a Terraform plan to create, update, or destroy infrastructure." +description: "terraform apply executes the actions proposed in a Terraform plan to create, update, or destroy infrastructure." --- # Command: apply