diff --git a/src/components/GlacierScanViz.vue b/src/components/GlacierScanViz.vue
index d5af181facc4341ff0f8e2a8fd78228c94409356..b25d9f055b0886c6817482b35cfa31990234133a 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")