From 2613613c2776156c1821e629d754fab6e26f14c4 Mon Sep 17 00:00:00 2001 From: brittainjackson7 <93487858+brittainjackson7@users.noreply.github.com> Date: Fri, 10 Nov 2023 09:22:33 -0700 Subject: [PATCH] Update HelpBox Spelling error Co-authored-by: Jacob Cain <115182890+jrcain-usgs@users.noreply.github.com> --- src/components/presentational/HelpBox.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/presentational/HelpBox.jsx b/src/components/presentational/HelpBox.jsx index 663a61646..d3edc6d7f 100644 --- a/src/components/presentational/HelpBox.jsx +++ b/src/components/presentational/HelpBox.jsx @@ -6,7 +6,7 @@ function RasterVsVectorBox() { <h3>Raster vs Vector</h3> <h4>Raster</h4> <p> - The collections with the (Rastor) tag are Analysis Ready Data (ARD) holding obtained using the SpatioTemporal + The collections with the (Raster) tag are Analysis Ready Data (ARD) holding obtained using the SpatioTemporal Asset Catalogs (STAC) API. These features include image footprints and their corresponding assets. More information can be found about this API using the "Help" button. </p> -- GitLab