From b520e52d8ba25dea5f48590841e8149c2fbf453b Mon Sep 17 00:00:00 2001 From: Hamzah Junaid Bawah Date: Sat, 6 Apr 2024 22:00:35 +0100 Subject: [PATCH] docs: fix typo in spelling of 'Sentinel' Correct spelling from 'Sential' to 'Sentinel' --- website/docs/language/style.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/style.mdx b/website/docs/language/style.mdx index d43069d804..2b8e9b4d31 100644 --- a/website/docs/language/style.mdx +++ b/website/docs/language/style.mdx @@ -672,7 +672,7 @@ Policies are rules that Terraform Cloud enforces on Terraform runs. You can use We recommend that you store policies in a separate VCS repository from your Terraform code. -For more information, refer to the [policy enforcement documentation](/terraform/cloud-docs/policy-enforcement), as well as the [enforce policy with Sential](/terraform/tutorials/policy) and [detect infrastructure drift and enforce OPA policies](/terraform/tutorials/cloud/drift-and-opa) tutorials. +For more information, refer to the [policy enforcement documentation](/terraform/cloud-docs/policy-enforcement), as well as the [enforce policy with Sentinel](/terraform/tutorials/policy) and [detect infrastructure drift and enforce OPA policies](/terraform/tutorials/cloud/drift-and-opa) tutorials. ## Next steps