Skip to content

Commit

Permalink
Merge pull request #115 from vprivat-ads/fix-validaton-typo
Browse files Browse the repository at this point in the history
Fix 'validaton' typo
  • Loading branch information
jonhealy1 authored Jan 10, 2025
2 parents ea8ffa7 + 01eeb77 commit 1395e49
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ for k, v in linter.create_best_practices_dict().items():
\___ \ )( / \( (__(___)( (__ ) __ ( ) _)( (__ ) (
(____/ (__)\_/\_/ \___) \___)\_)(_/(____)\___)(__\_)
stac-check: STAC spec validaton and linting tool
stac-check: STAC spec validation and linting tool
Please upgrade from version 0.9.0 to version 1.0.0!
Expand Down Expand Up @@ -98,7 +98,7 @@ Error Message: Expecting value: line 1 column 1 (char 0)

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

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

Please upgrade from version 0.9.0 to version 1.0.0!

Expand Down Expand Up @@ -126,7 +126,7 @@ This object has 4 links

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

Thanks for using STAC version 1.0.0!

Expand Down Expand Up @@ -161,7 +161,7 @@ This object has 4 links

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

Thanks for using STAC version 1.0.0!

Expand Down Expand Up @@ -203,7 +203,7 @@ This object has 4 links

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

Please upgrade from version 0.9.0 to version 1.0.0!

Expand Down
4 changes: 2 additions & 2 deletions docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ CLI Reference
(____/ (__)\_/\_/ \___) \___)\_)(_/(____)\___)(__\_)
&#34;&#34;&#34;)

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

click.secho()

Expand Down Expand Up @@ -351,7 +351,7 @@ CLI Reference
(____/ (__)\_/\_/ \___) \___)\_)(_/(____)\___)(__\_)
&#34;&#34;&#34;)

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

click.secho()

Expand Down
4 changes: 2 additions & 2 deletions pdoc/stac_check/cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h1 class="title">Module <code>stac_check.cli</code></h1>
(____/ (__)\_/\_/ \___) \___)\_)(_/(____)\___)(__\_)
&#34;&#34;&#34;)

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

click.secho()

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

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

click.secho()

Expand Down
2 changes: 1 addition & 1 deletion stac_check/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def intro_message(linter: Linter) -> None:
"""
click.secho(logo)

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

click.secho()

Expand Down

0 comments on commit 1395e49

Please sign in to comment.