From b22b2c5716fefac92fb8c89d89454e1f29e9524a Mon Sep 17 00:00:00 2001
From: Vim <86254807+vim-usds@users.noreply.github.com>
Date: Wed, 9 Mar 2022 18:47:35 -0500
Subject: [PATCH] Fix typo (#1390)
---
.../AreaDetail/tests/__snapshots__/areaDetail.test.tsx.snap | 6 +++---
client/src/data/copy/explore.tsx | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
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',
},