Skip to content

Commit 27010f4

Browse files
Update docs/insights/query.mdx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent dcd9c90 commit 27010f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/insights/query.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ const result = await query.execute("SELECT environment, count() FROM runs GROUP
381381

382382
## Time ranges
383383

384-
We recommend avoid adding `triggered_at` in the actual TRQL query. The dashboard, API, and SDK has a time filter that is applied automatically and is easier to work with. It means the queries can be executed with multiple periods easily.
384+
We recommend avoiding adding `triggered_at` in the actual TRQL query. The dashboard, API, and SDK have a time filter that is applied automatically and is easier to work with. It means the queries can be executed with multiple periods easily.
385385

386386
### Using period shorthand
387387

0 commit comments

Comments
 (0)