Skip to content

Commit

Permalink
Update src/routes/browse.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ed Olivares <34591886+eudoroolivares2016@users.noreply.github.com>
  • Loading branch information
doug-newman-nasa and eudoroolivares2016 authored Nov 19, 2024
1 parent 110fb77 commit 07ada8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/browse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export function generateCollectionResponse(
links: Links,
collections: STACCollection[]
): { description: string; links: Links; collections: STACCollection[] } {
// Special case. If provider is 'ALL' use descirpion of 'provided by CMR'
// Special case. If provider is 'ALL' use description of 'provided by CMR'
let provider = self.split("/").at(-2);
if (provider == ALL_PROVIDER) provider = "CMR";

Expand Down

0 comments on commit 07ada8f

Please sign in to comment.