From 126d5fc8537da4ba11d933bb9a8d30b6ed46ea5b Mon Sep 17 00:00:00 2001 From: Nathan Wallace Date: Wed, 26 Feb 2025 16:24:57 -0500 Subject: [PATCH] Update list of enabled aws regions query title in docs --- docs/tables/aws_region.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tables/aws_region.md b/docs/tables/aws_region.md index 43d877ebc..62646a4e8 100644 --- a/docs/tables/aws_region.md +++ b/docs/tables/aws_region.md @@ -33,7 +33,7 @@ from ``` -### List of AWS regions which are enable +### List of AWS regions that are enabled Discover the segments that are not currently active in your AWS regions. This can help you understand which regions are not utilized, potentially highlighting areas for infrastructure optimization or cost savings. ```sql+postgres @@ -54,4 +54,4 @@ from aws_region where opt_in_status = 'not-opted-in'; -``` \ No newline at end of file +```