Skip to content

Commit a0fd1be

Browse files
committed
Update README.md
1 parent 6662435 commit a0fd1be

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- [Explicitly get a valid STAC Item](#explicitly-get-a-valid-stac-item)
1010
- [Exclude geometry](#exclude-geometry)
1111
- [Minimal subset](#minimal-subset)
12-
- [Exclude a nested fiels](#exclude-a-nested-fiels)
12+
- [Exclude a nested field](#exclude-a-nested-field)
1313

1414
## Overview
1515

@@ -100,13 +100,13 @@ name, e.g., `properties.datetime` or `datetime`.
100100
example:
101101
1. If a field is in `exclude`, and a nested field of that field is in
102102
`include`, the nested field should be included, but no other nested
103-
fields in the field should be included. For example, if `properties` is
104-
excluded and `properties.datetime` is included, then `datetime`
105-
should be the only nested field in `properties`.
103+
fields in the field should be included. For example, if `properties` is
104+
excluded and `properties.datetime` is included, then `datetime`
105+
should be the only nested field in `properties`.
106106
2. If a field is in `include`, and a nested field of that field is in `exclude`, the field
107107
should be included, and the nested field should be excluded. For example,
108-
if `properties` is included and `properties.datetime` is excluded, then
109-
`datetime` should not be in `properties`, but every other nested field should be.
108+
if `properties` is included and `properties.datetime` is excluded, then
109+
`datetime` should not be in `properties`, but every other nested field should be.
110110
6. If the same field is present in both `include` and `exclude`, it should be included.
111111
7. If a field is not present in `include`, but it is present in `exclude`, it should be excluded.
112112

@@ -294,7 +294,7 @@ JSON
294294
}
295295
```
296296

297-
### Exclude a nested fiels
297+
### Exclude a nested field
298298

299299
To include `id` and all the properties fields, except for the `foo` field.
300300

0 commit comments

Comments
 (0)