diff --git a/website/docs/cli/commands/apply.html.md b/website/docs/cli/commands/apply.html.md
index d570f6c19e..c966063c11 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: "'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
diff --git a/website/docs/cli/commands/destroy.html.md b/website/docs/cli/commands/destroy.html.md
index 7496e457b5..fee0e3ce16 100644
--- a/website/docs/cli/commands/destroy.html.md
+++ b/website/docs/cli/commands/destroy.html.md
@@ -2,9 +2,7 @@
layout: "docs"
page_title: "Command: destroy"
sidebar_current: "docs-commands-destroy"
-description: |-
- The `terraform destroy` command is a convenient way to destroy all objects
- managed by a particular Terraform configuration.
+description: "`terraform destroy` destroys all objects managed by a particular Terraform configuration."
---
# Command: destroy
diff --git a/website/docs/cli/commands/import.html.md b/website/docs/cli/commands/import.html.md
index eb64252c47..a488ee9718 100644
--- a/website/docs/cli/commands/import.html.md
+++ b/website/docs/cli/commands/import.html.md
@@ -2,7 +2,7 @@
layout: "docs"
page_title: "Command: import"
sidebar_current: "docs-commands-import"
-description: "`import` brings existing infrastructure resources into Terraform state."
+description: "`terraform import` brings existing infrastructure resources into Terraform state."
---
# Command: import
diff --git a/website/docs/cli/commands/plan.html.md b/website/docs/cli/commands/plan.html.md
index ca79ea76fa..0e84406371 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: "`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