Skip to content

Commit

Permalink
fix: remove invalid trailing comma
Browse files Browse the repository at this point in the history
In the bands migration JSON example, there was an invalid trailing comma.
  • Loading branch information
gadomski authored Aug 11, 2024
1 parent 2e6947d commit 70ba06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ After migrating to STAC 1.1 this is ideally provided as follows:
"bands": [
{
"name": "r",
"eo:common_name": "red",
"eo:common_name": "red"
},
{
"name": "g",
Expand Down

0 comments on commit 70ba06d

Please sign in to comment.