diff --git a/client/src/components/AreaDetail/tests/__snapshots__/areaDetail.test.tsx.snap b/client/src/components/AreaDetail/tests/__snapshots__/areaDetail.test.tsx.snap
index 1396cefd..dc174f21 100644
--- a/client/src/components/AreaDetail/tests/__snapshots__/areaDetail.test.tsx.snap
+++ b/client/src/components/AreaDetail/tests/__snapshots__/areaDetail.test.tsx.snap
@@ -184,7 +184,7 @@ exports[`rendering of the AreaDetail checks if indicators for ISLAND AREAS are p
High school degree attainment rate
- Poportion of people ages 25 years or older whose education level is less than a high school diploma
+ Proportion of people ages 25 years or older whose education level is less than a high school diploma
@@ -1262,7 +1262,7 @@ exports[`rendering of the AreaDetail checks if indicators for NATION is present
High school degree attainment rate
- Poportion of people ages 25 years or older whose education level is less than a high school diploma
+ Proportion of people ages 25 years or older whose education level is less than a high school diploma
@@ -1504,7 +1504,7 @@ exports[`rendering of the AreaDetail checks if indicators for PUERTO RICO are pr
High school degree attainment rate
- Poportion of people ages 25 years or older whose education level is less than a high school diploma
+ Proportion of people ages 25 years or older whose education level is less than a high school diploma
diff --git a/client/src/data/copy/explore.tsx b/client/src/data/copy/explore.tsx
index 92d36312..3c84fca9 100644
--- a/client/src/data/copy/explore.tsx
+++ b/client/src/data/copy/explore.tsx
@@ -590,7 +590,7 @@ export const SIDE_PANEL_INDICATOR_DESCRIPTION = defineMessages({
HIGH_SKL: {
id: 'areaDetail.indicator.description.high.school',
defaultMessage: `
- Poportion of people ages 25 years or older whose education level is less than a high school diploma
+ Proportion of people ages 25 years or older whose education level is less than a high school diploma
`,
description: 'Percent of people ages 25 years or older whose education level is less than a high school diploma',
},