Skip to content

Commit 80b87ae

Browse files
kinowmr-c
authored andcommitted
s/compatability/compatibility
1 parent 7590e5e commit 80b87ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Process.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ $graph:
269269
represents the file format, preferrably defined within an ontology.
270270
If no ontology is available, file formats may be tested by exact match.
271271
272-
Reasoning about format compatability must be done by checking that an
272+
Reasoning about format compatibility must be done by checking that an
273273
input file format is the same, `owl:equivalentClass` or
274274
`rdfs:subClassOf` the format required by the input parameter.
275275
`owl:equivalentClass` is transitive with `rdfs:subClassOf`, e.g. if
@@ -644,7 +644,7 @@ $graph:
644644
jsonldPredicate: "cwl:loadContents"
645645
doc: |
646646
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
648648
CWL v2.0. Use `InputParameter.loadContents` instead.
649649
650650
- name: IOSchema

Workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ $graph:
148148
- name: inputBinding
149149
type: InputBinding?
150150
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
152152
CWL v2.0. Use `WorkflowInputParameter.loadContents` instead.
153153
jsonldPredicate: "cwl:inputBinding"
154154

0 commit comments

Comments
 (0)