Skip to content

Commit 52325f6

Browse files
Update explore-analyze/alerts-cases/cases/visualize-case-data.md
Co-authored-by: Mike Birnstiehl <[email protected]>
1 parent c9f5724 commit 52325f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explore-analyze/alerts-cases/cases/visualize-case-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Search and filter case data in [Discover](../../discover.md) and [Lens](../../vi
4747
FROM .internal.cases | STATS count = COUNT(*) BY status | WHERE status == "closed"
4848
```
4949

50-
* Find cases that are open and sort them by time, with the most recent is at the top:
50+
* Find cases that are open and sort them by time, with the most recent at the top:
5151
```console
5252
FROM .internal.cases | WHERE status == "open" | SORT created_at DESC
5353
```

0 commit comments

Comments
 (0)