diff --git a/website/docs/language/stacks/use-cases.mdx b/website/docs/language/stacks/use-cases.mdx index bcb3092ae3..c796c84a67 100644 --- a/website/docs/language/stacks/use-cases.mdx +++ b/website/docs/language/stacks/use-cases.mdx @@ -12,7 +12,7 @@ Stacks are ideal for the following situations: * Repeating infrastructure across different environments, regions, or accounts that require consistent and synchronized deployments. * Tightly orchestrating infrastructure changes across different environments. Stacks help you manage your dependencies and ensure Terraform creates resources in the correct order. -Stacks can simplify the complexity of wrangling the infrastructure in these scenarios, ensuring that your configurations remains organized, maintainable, and scalable. +Stacks can simplify the complexity of wrangling the infrastructure in these scenarios, ensuring that your configurations remain organized, maintainable, and scalable. ## Manage deployment dependencies