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