Skip to content

Commit d41797e

Browse files
authored
Fix minor typos (#76)
1 parent ccc0853 commit d41797e

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

salad/schema_salad/metaschema/field_name.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
which are not part of the vocabulary are resolved using the following
1010
rules:
1111
12-
* If an field name URI begins with a namespace prefix declared in the
12+
* If a field name URI begins with a namespace prefix declared in the
1313
document context (`@context`) followed by a colon `:`, the prefix and
1414
colon must be replaced by the namespace declared in `@context`.
1515

salad/schema_salad/metaschema/ident_res.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
fragment identifier. It is resolved relative to the base URI by
1010
setting or replacing the fragment portion of the base URI.
1111
12-
* If an identifier URI contains `#` in some other position is a
12+
* If an identifier URI contains `#` in some other position it is a
1313
relative URI with fragment identifier. It is resolved relative
1414
to the base URI by stripping the last path segment from the base
1515
URI and adding the identifier followed by the fragment.

salad/schema_salad/metaschema/import_include.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ or resource fragment which does not exist or is not accessible.
2828

2929
### Import example
3030

31-
import.yml:
31+
import.json:
3232
```
3333
{
3434
"hello": "world"
3535
}
3636
3737
```
3838

39-
parent.yml:
39+
parent.json:
4040
```
4141
{
4242
"form": {
4343
"bar": {
44-
"$import": "import.yml"
44+
"$import": "import.json"
4545
}
4646
}
4747
}
@@ -83,7 +83,7 @@ which does not exist or is not accessible.
8383

8484
### Include example
8585

86-
parent.yml:
86+
parent.json:
8787
```
8888
{
8989
"form": {

salad/schema_salad/metaschema/link_res.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- |
22
## Link resolution
33
4-
The schema may designate one or more fields as link fields reference other
4+
The schema may designate one or more fields as link fields that reference other
55
objects. Processing must resolve links to either absolute URIs using the
66
following rules:
77

salad/schema_salad/metaschema/map_res.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
The schema may designate certain fields as having a `mapSubject`. If the
55
value of the field is a JSON object, it must be transformed into an array of
66
JSON objects. Each key-value pair from the source JSON object is a list
7-
item, each list item must be a JSON objects, and the value of the key is
7+
item, each list item must be a JSON object, and the value of the key is
88
assigned to the field specified by `mapSubject`.
99
1010
Fields which have `mapSubject` specified may also supply a `mapPredicate`.

salad/schema_salad/metaschema/salad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ rules:
247247
* If the value of `jsonldPredicate` is `@id`, the field is an identifier
248248
field.
249249

250-
* If the value of `jsonldPredicate` is an object, and contains that
250+
* If the value of `jsonldPredicate` is an object, and that
251251
object contains the field `_type` with the value `@id`, the field is a
252252
link field subject to [link validation](#Link_validation).
253253

salad/schema_salad/tests/metaschema-pre.yml

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)