We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c45fe0 commit 793fc64Copy full SHA for 793fc64
definitions/output/reports/cwv_tech_categories.js
@@ -49,7 +49,7 @@ technology_stats AS (
49
SELECT
50
technology,
51
category_obj AS categories,
52
- SUM(origins.dektop + origins.mobile) AS total_origins
+ SUM(origins.desktop + origins.mobile) AS total_origins
53
FROM ${ctx.ref('reports', 'cwv_tech_technologies')}
54
GROUP BY
55
0 commit comments