From 2f45126b5fcacbbc90873ec537456b6f378088b8 Mon Sep 17 00:00:00 2001 From: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:47:03 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Brian McClain --- website/docs/cli/auth/index.mdx | 2 +- website/docs/cli/code/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/cli/auth/index.mdx b/website/docs/cli/auth/index.mdx index dcbb536fdd..2b1f70a3e5 100644 --- a/website/docs/cli/auth/index.mdx +++ b/website/docs/cli/auth/index.mdx @@ -1,5 +1,5 @@ --- -page_title: et an API token for HCP Terraform and Terraform Enterprise +page_title: Get an API token for HCP Terraform and Terraform Enterprise description: >- Use the terraform login and terraform logout commands get an API token for your HCP Terraform or Terraform Enterprise account. diff --git a/website/docs/cli/code/index.mdx b/website/docs/cli/code/index.mdx index 328bffa533..032e975a6d 100644 --- a/website/docs/cli/code/index.mdx +++ b/website/docs/cli/code/index.mdx @@ -1,5 +1,5 @@ --- -page_title: Write and modify Terrafrom configuration from the CLI +page_title: Format and validate Terraform configuration from the CLI description: >- Learn about the Terraform commands that help validate, format, and upgrade code written in the Terraform configuration language.