From 92e515b2d0fe6776bfec843dcf0d8cfe570fba0b Mon Sep 17 00:00:00 2001 From: Ilgar <97271325+ilgaur@users.noreply.github.com> Date: Wed, 7 May 2025 15:01:06 +0330 Subject: [PATCH] Fix grammar: change "remains" to "remain" to match plural subject (#36988) --- website/docs/language/stacks/use-cases.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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