From d6a1ee581f1a40b0342e54ee6b23c25af30e51b7 Mon Sep 17 00:00:00 2001 From: Corson-Dosch <hcorson-dosch@usgs.gov> Date: Wed, 11 Dec 2024 10:55:03 -0600 Subject: [PATCH] fix typo --- src/components/GlacierScanViz.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GlacierScanViz.vue b/src/components/GlacierScanViz.vue index d5af181..b25d9f0 100644 --- a/src/components/GlacierScanViz.vue +++ b/src/components/GlacierScanViz.vue @@ -97,7 +97,7 @@ crossSectionSVG .append("title") - .text("A shaded-reliefe map of the Juneau Ice Field, with markers indicating the location of ice cores and field photos. Beneath the map is a cross-section of the icefield, showing how the ice field covers the terrain. In places, the ice field is close to a kilometer thick."); + .text("A shaded-relief map of the Juneau Ice Field, with markers indicating the location of ice cores and field photos. Beneath the map is a cross-section of the icefield, showing how the ice field covers the terrain. In places, the ice field is close to a kilometer thick."); // hide some components from view and from screen reader crossSectionSVG.select("#tutorial-dt-1") -- GitLab