From 57580776bcf69a37b6c3c0724a970d4db7d8a7fd Mon Sep 17 00:00:00 2001 From: jheer Date: Sun, 1 Dec 2024 11:07:03 -0800 Subject: [PATCH] docs: Fix typo in density-groups description. --- docs/examples/density-groups.md | 2 +- docs/public/specs/json/density-groups.json | 2 +- docs/public/specs/yaml/density-groups.yaml | 2 +- specs/json/density-groups.json | 2 +- specs/ts/density-groups.ts | 2 +- specs/yaml/density-groups.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/examples/density-groups.md b/docs/examples/density-groups.md index bd627ae6..f911c510 100644 --- a/docs/examples/density-groups.md +++ b/docs/examples/density-groups.md @@ -5,7 +5,7 @@ # Density Groups -Density plots of penguin bill depths, grouped by species. The normalize parameter supporting different forms of comparison, controlling if an individual density estimate is scaled by total point mass or normalized by the sum or max of the point mass. The stack and offset parameters control stacking of density areas. +Density plots of penguin bill depths, grouped by species. The normalize parameter supports different forms of comparison, controlling if an individual density estimate is scaled by total point mass or normalized by the sum or max of the point mass. The stack and offset parameters control stacking of density areas. diff --git a/docs/public/specs/json/density-groups.json b/docs/public/specs/json/density-groups.json index e7210b90..fcd30428 100644 --- a/docs/public/specs/json/density-groups.json +++ b/docs/public/specs/json/density-groups.json @@ -1,7 +1,7 @@ { "meta": { "title": "Density Groups", - "description": "Density plots of penguin bill depths, grouped by species. The normalize parameter supporting different forms of comparison, controlling if an individual density estimate is scaled by total point mass or normalized by the sum or max of the point mass. The stack and offset parameters control stacking of density areas.\n" + "description": "Density plots of penguin bill depths, grouped by species. The normalize parameter supports different forms of comparison, controlling if an individual density estimate is scaled by total point mass or normalized by the sum or max of the point mass. The stack and offset parameters control stacking of density areas.\n" }, "data": { "penguins": { diff --git a/docs/public/specs/yaml/density-groups.yaml b/docs/public/specs/yaml/density-groups.yaml index 1416d349..e9cd7974 100644 --- a/docs/public/specs/yaml/density-groups.yaml +++ b/docs/public/specs/yaml/density-groups.yaml @@ -2,7 +2,7 @@ meta: title: Density Groups description: > Density plots of penguin bill depths, grouped by species. - The normalize parameter supporting different forms of comparison, + The normalize parameter supports different forms of comparison, controlling if an individual density estimate is scaled by total point mass or normalized by the sum or max of the point mass. The stack and offset parameters control stacking of density areas. diff --git a/specs/json/density-groups.json b/specs/json/density-groups.json index 5cb4516e..2f024b7b 100644 --- a/specs/json/density-groups.json +++ b/specs/json/density-groups.json @@ -1,7 +1,7 @@ { "meta": { "title": "Density Groups", - "description": "Density plots of penguin bill depths, grouped by species. The normalize parameter supporting different forms of comparison, controlling if an individual density estimate is scaled by total point mass or normalized by the sum or max of the point mass. The stack and offset parameters control stacking of density areas.\n" + "description": "Density plots of penguin bill depths, grouped by species. The normalize parameter supports different forms of comparison, controlling if an individual density estimate is scaled by total point mass or normalized by the sum or max of the point mass. The stack and offset parameters control stacking of density areas.\n" }, "data": { "penguins": { diff --git a/specs/ts/density-groups.ts b/specs/ts/density-groups.ts index 0d13f7e3..ada79e49 100644 --- a/specs/ts/density-groups.ts +++ b/specs/ts/density-groups.ts @@ -3,7 +3,7 @@ import { Spec } from '@uwdata/mosaic-spec'; export const spec : Spec = { "meta": { "title": "Density Groups", - "description": "Density plots of penguin bill depths, grouped by species. The normalize parameter supporting different forms of comparison, controlling if an individual density estimate is scaled by total point mass or normalized by the sum or max of the point mass. The stack and offset parameters control stacking of density areas.\n" + "description": "Density plots of penguin bill depths, grouped by species. The normalize parameter supports different forms of comparison, controlling if an individual density estimate is scaled by total point mass or normalized by the sum or max of the point mass. The stack and offset parameters control stacking of density areas.\n" }, "data": { "penguins": { diff --git a/specs/yaml/density-groups.yaml b/specs/yaml/density-groups.yaml index 1416d349..e9cd7974 100644 --- a/specs/yaml/density-groups.yaml +++ b/specs/yaml/density-groups.yaml @@ -2,7 +2,7 @@ meta: title: Density Groups description: > Density plots of penguin bill depths, grouped by species. - The normalize parameter supporting different forms of comparison, + The normalize parameter supports different forms of comparison, controlling if an individual density estimate is scaled by total point mass or normalized by the sum or max of the point mass. The stack and offset parameters control stacking of density areas.