From f9eb5b7360be4ebe3dc46623a38ff66401650531 Mon Sep 17 00:00:00 2001 From: Kevin Yu Date: Tue, 13 Jan 2026 12:52:22 -0800 Subject: [PATCH] Update docs/sources/datasources/aws-cloudwatch/query-editor/index.md Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com> --- docs/sources/datasources/aws-cloudwatch/query-editor/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/datasources/aws-cloudwatch/query-editor/index.md b/docs/sources/datasources/aws-cloudwatch/query-editor/index.md index 1ca4e78b341..d1ad73a485d 100644 --- a/docs/sources/datasources/aws-cloudwatch/query-editor/index.md +++ b/docs/sources/datasources/aws-cloudwatch/query-editor/index.md @@ -288,7 +288,7 @@ FROM `log_group` WHERE `@message` LIKE '%Exception%' ``` -or, when querying multiple log groups you **must** use the `logGroups(logGroupIdentifier: [...])` syntax: +When querying multiple log groups you **must** use the `logGroups(logGroupIdentifier: [...])` syntax: ```sql SELECT window.start, COUNT(*) AS exceptionCount