@@ -58,7 +58,7 @@ for k, v in linter.create_best_practices_dict().items():
58
58
\___ \ )( / \( (__(___)( (__ ) __ ( ) _)( (__ ) (
59
59
(____/ (__)\_/\_/ \___) \___)\_)(_/(____)\___)(__\_)
60
60
61
- stac-check: STAC spec validaton and linting tool
61
+ stac-check: STAC spec validation and linting tool
62
62
63
63
Please upgrade from version 0.9.0 to version 1.0.0!
64
64
@@ -98,7 +98,7 @@ Error Message: Expecting value: line 1 column 1 (char 0)
98
98
99
99
``` stac-check sample_files/0.9.0/landsat8-sample.json ```
100
100
101
- <pre ><b >stac-check: STAC spec validaton and linting tool</b >
101
+ <pre ><b >stac-check: STAC spec validation and linting tool</b >
102
102
103
103
Please upgrade from version 0.9.0 to version 1.0.0!
104
104
@@ -126,7 +126,7 @@ This object has 4 links
126
126
127
127
``` stac-check sample_files/1.0.0/core-item.json --assets ```
128
128
<pre >
129
- <b >stac-check: STAC spec validaton and linting tool</b >
129
+ <b >stac-check: STAC spec validation and linting tool</b >
130
130
131
131
Thanks for using STAC version 1.0.0!
132
132
@@ -161,7 +161,7 @@ This object has 4 links
161
161
162
162
``` stac-check sample_files/1.0.0/core-item-bad-links.json --links --assets ```
163
163
<pre >
164
- <b >stac-check: STAC spec validaton and linting tool</b >
164
+ <b >stac-check: STAC spec validation and linting tool</b >
165
165
166
166
Thanks for using STAC version 1.0.0!
167
167
@@ -203,7 +203,7 @@ This object has 4 links
203
203
204
204
``` stac-check sample_files/0.9.0/bad-item.json ```
205
205
<pre >
206
- <b >stac-check: STAC spec validaton and linting tool</b >
206
+ <b >stac-check: STAC spec validation and linting tool</b >
207
207
208
208
Please upgrade from version 0.9.0 to version 1.0.0!
209
209
0 commit comments