Skip to content

Commit

Permalink
Merge pull request radiantearth#1079 from radiantearth/typo1
Browse files Browse the repository at this point in the history
Fix typo and CI
  • Loading branch information
m-mohr authored Mar 31, 2021
2 parents d550ce4 + d81a5a4 commit 9da66ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,8 @@ workflows:
- test_examples
- test_docs
- publish_schemas:
requires:
- test_examples
filters:
tags:
# All (future) tags
only: /^v.*/
branches:
# Only dev branch, not PRs
only: dev
ignore: /^((?!dev).)*$/
2 changes: 1 addition & 1 deletion collection-spec/collection-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Collection's license(s) as a SPDX [License identifier](https://spdx.org/licenses

#### summaries

Collections are are *strongly recommended* to provide summaries of the values of fields that they can expect from the `properties`
Collections are *strongly recommended* to provide summaries of the values of fields that they can expect from the `properties`
of STAC Items contained in this Collection. This enables users to get a good sense of what the ranges and potential values of
different fields in the Collection are, without to inspect a number of Items (or crawl them exhaustively to get a definitive answer).
Summaries help to fully define Collections, especially if they don't link to any Items. They also give clients enough information to
Expand Down

0 comments on commit 9da66ed

Please sign in to comment.