Skip to content

Commit e5e8645

Browse files
authored
Merge pull request #27 from vannizhang/master
fix(landsatexplorer): typo in LANDSAT_BAND_NAMES
2 parents e17a2a4 + b76318c commit e5e8645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/services/landsat-level-2/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ export const LANDSAT_MISSIONS = [4, 5, 7, 8, 9];
327327
* Name of Multispectral Bands of Landsat Level-2 service
328328
*/
329329
export const LANDSAT_BAND_NAMES = [
330-
'Costal',
330+
'Coastal',
331331
'Blue',
332332
'Green',
333333
'Red',

0 commit comments

Comments
 (0)