Skip to content

Commit 92e515b

Browse files
authored
Fix grammar: change "remains" to "remain" to match plural subject (#36988)
1 parent c9f707b commit 92e515b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/language/stacks/use-cases.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Stacks are ideal for the following situations:
1212
* Repeating infrastructure across different environments, regions, or accounts that require consistent and synchronized deployments.
1313
* Tightly orchestrating infrastructure changes across different environments. Stacks help you manage your dependencies and ensure Terraform creates resources in the correct order.
1414

15-
Stacks can simplify the complexity of wrangling the infrastructure in these scenarios, ensuring that your configurations remains organized, maintainable, and scalable.
15+
Stacks can simplify the complexity of wrangling the infrastructure in these scenarios, ensuring that your configurations remain organized, maintainable, and scalable.
1616

1717
## Manage deployment dependencies
1818

0 commit comments

Comments
 (0)