File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ $graph:
269
269
represents the file format, preferrably defined within an ontology.
270
270
If no ontology is available, file formats may be tested by exact match.
271
271
272
- Reasoning about format compatability must be done by checking that an
272
+ Reasoning about format compatibility must be done by checking that an
273
273
input file format is the same, `owl:equivalentClass` or
274
274
`rdfs:subClassOf` the format required by the input parameter.
275
275
`owl:equivalentClass` is transitive with `rdfs:subClassOf`, e.g. if
@@ -644,7 +644,7 @@ $graph:
644
644
jsonldPredicate : " cwl:loadContents"
645
645
doc : |
646
646
Use of `loadContents` in `InputBinding` is deprecated.
647
- Preserved for v1.0 backwards compatability . Will be removed in
647
+ Preserved for v1.0 backwards compatibility . Will be removed in
648
648
CWL v2.0. Use `InputParameter.loadContents` instead.
649
649
650
650
- name : IOSchema
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ $graph:
148
148
- name : inputBinding
149
149
type : InputBinding?
150
150
doc : |
151
- Deprecated. Preserved for v1.0 backwards compatability . Will be removed in
151
+ Deprecated. Preserved for v1.0 backwards compatibility . Will be removed in
152
152
CWL v2.0. Use `WorkflowInputParameter.loadContents` instead.
153
153
jsonldPredicate : " cwl:inputBinding"
154
154
You can’t perform that action at this time.
0 commit comments