From a5e98df3395b0e18a96c8a264227fe7a403dc0fb Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 30 Jul 2021 11:04:30 -0400 Subject: [PATCH] Remove back ticks from CLI commands index page --- website/docs/cli/commands/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/commands/index.html.md b/website/docs/cli/commands/index.html.md index 759e633740..298268943a 100644 --- a/website/docs/cli/commands/index.html.md +++ b/website/docs/cli/commands/index.html.md @@ -2,7 +2,7 @@ layout: "docs" page_title: "Basic CLI Features" sidebar_current: "docs-commands" -description: "`terraform` accepts a variety of subcommands. Learn how to switch your working directory, enable shell tab-completion, and manage service checkpoints." +description: "Learn how to switch your working directory, enable shell tab-completion, and manage service checkpoints." --- # Basic CLI Features