From 483ba88f0e9a860056c36877d6b0436fa4ba6f4e Mon Sep 17 00:00:00 2001 From: Corson-Dosch <hcorson-dosch@usgs.gov> Date: Wed, 18 Dec 2024 08:49:55 -0600 Subject: [PATCH] fix typo --- src/assets/text/text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/text/text.js b/src/assets/text/text.js index 02c9a58..17cf23b 100644 --- a/src/assets/text/text.js +++ b/src/assets/text/text.js @@ -14,7 +14,7 @@ export default { { name: "Jeffrey Kwang", link: "https://www.usgs.gov/staff-profiles/jeffrey-kwang", image: "https://labs.waterdata.usgs.gov/visualizations/headshots/jeffrey_kwang_profile.png" } ], projectsHeading: "USGS land change science projects", - projectsLeadIn: "The USGS land chance science projects currently highlighted in this page are the" + projectsLeadIn: "The USGS land change science projects currently highlighted in this page are the" }, projects: { // keys must match project routes (with '-' replaced with '') -- GitLab