Fix grammar: change "remains" to "remain" to match plural subject (#36988)

This commit is contained in:
Ilgar 2025-05-07 15:01:06 +03:30 committed by GitHub
parent c9f707b7fc
commit 92e515b2d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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