Skip to content

Commit f0ff119

Browse files
authored
Clarify wording in working with crash pings (mozilla#408)
1 parent cec12e1 commit f0ff119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cookbooks/crash_pings.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ GROUP BY crash_date
1818
You can see an example of this query, along with a simple graph in [this STMO query](https://sql.telemetry.mozilla.org/queries/67925/).
1919

2020
Normally, looking at total crash counts isn't so useful: you usually want to restrict
21-
a query to a channel or some other dimensions, and also facet the results. This usually
22-
entails adding a few more fields to our SQL:
21+
a query to a channel or some other dimensions, and also facet the results. This can
22+
be done by adding a few more fields to our SQL:
2323

2424
```sql
2525
SELECT date(submission_timestamp) AS crash_date,

0 commit comments

Comments
 (0)