Skip to content

Commit 1395e49

Browse files
authored
Merge pull request #115 from vprivat-ads/fix-validaton-typo
Fix 'validaton' typo
2 parents ea8ffa7 + 01eeb77 commit 1395e49

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ for k, v in linter.create_best_practices_dict().items():
5858
\___ \ )( / \( (__(___)( (__ ) __ ( ) _)( (__ ) (
5959
(____/ (__)\_/\_/ \___) \___)\_)(_/(____)\___)(__\_)
6060
61-
stac-check: STAC spec validaton and linting tool
61+
stac-check: STAC spec validation and linting tool
6262
6363
Please upgrade from version 0.9.0 to version 1.0.0!
6464
@@ -98,7 +98,7 @@ Error Message: Expecting value: line 1 column 1 (char 0)
9898

9999
``` stac-check sample_files/0.9.0/landsat8-sample.json```
100100

101-
<pre><b>stac-check: STAC spec validaton and linting tool</b>
101+
<pre><b>stac-check: STAC spec validation and linting tool</b>
102102

103103
Please upgrade from version 0.9.0 to version 1.0.0!
104104

@@ -126,7 +126,7 @@ This object has 4 links
126126

127127
``` stac-check sample_files/1.0.0/core-item.json --assets```
128128
<pre>
129-
<b>stac-check: STAC spec validaton and linting tool</b>
129+
<b>stac-check: STAC spec validation and linting tool</b>
130130

131131
Thanks for using STAC version 1.0.0!
132132

@@ -161,7 +161,7 @@ This object has 4 links
161161

162162
``` stac-check sample_files/1.0.0/core-item-bad-links.json --links --assets```
163163
<pre>
164-
<b>stac-check: STAC spec validaton and linting tool</b>
164+
<b>stac-check: STAC spec validation and linting tool</b>
165165

166166
Thanks for using STAC version 1.0.0!
167167

@@ -203,7 +203,7 @@ This object has 4 links
203203

204204
``` stac-check sample_files/0.9.0/bad-item.json```
205205
<pre>
206-
<b>stac-check: STAC spec validaton and linting tool</b>
206+
<b>stac-check: STAC spec validation and linting tool</b>
207207

208208
Please upgrade from version 0.9.0 to version 1.0.0!
209209

docs/cli.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ CLI Reference
102102
(____/ (__)\_/\_/ \___) \___)\_)(_/(____)\___)(__\_)
103103
&#34;&#34;&#34;)
104104

105-
click.secho(&#34;stac-check: STAC spec validaton and linting tool&#34;, bold=True)
105+
click.secho(&#34;stac-check: STAC spec validation and linting tool&#34;, bold=True)
106106

107107
click.secho()
108108

@@ -351,7 +351,7 @@ CLI Reference
351351
(____/ (__)\_/\_/ \___) \___)\_)(_/(____)\___)(__\_)
352352
&#34;&#34;&#34;)
353353

354-
click.secho(&#34;stac-check: STAC spec validaton and linting tool&#34;, bold=True)
354+
click.secho(&#34;stac-check: STAC spec validation and linting tool&#34;, bold=True)
355355

356356
click.secho()
357357

pdoc/stac_check/cli.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h1 class="title">Module <code>stac_check.cli</code></h1>
9898
(____/ (__)\_/\_/ \___) \___)\_)(_/(____)\___)(__\_)
9999
&#34;&#34;&#34;)
100100

101-
click.secho(&#34;stac-check: STAC spec validaton and linting tool&#34;, bold=True)
101+
click.secho(&#34;stac-check: STAC spec validation and linting tool&#34;, bold=True)
102102

103103
click.secho()
104104

@@ -347,7 +347,7 @@ <h2 id="returns">Returns</h2>
347347
(____/ (__)\_/\_/ \___) \___)\_)(_/(____)\___)(__\_)
348348
&#34;&#34;&#34;)
349349

350-
click.secho(&#34;stac-check: STAC spec validaton and linting tool&#34;, bold=True)
350+
click.secho(&#34;stac-check: STAC spec validation and linting tool&#34;, bold=True)
351351

352352
click.secho()
353353

stac_check/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def intro_message(linter: Linter) -> None:
7373
"""
7474
click.secho(logo)
7575

76-
click.secho("stac-check: STAC spec validaton and linting tool", bold=True)
76+
click.secho("stac-check: STAC spec validation and linting tool", bold=True)
7777

7878
click.secho()
7979

0 commit comments

Comments
 (0)