Skip to content

Commit 3f1333f

Browse files
authored
Fix term (#476)
1 parent d209c44 commit 3f1333f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/introduction/basic-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The CWL specification allows for implementations to provide extra
138138
functionality and specify prerequisites to workflows through *requirements*.
139139
There are many requirements defined in the CWL specification, for instance:
140140

141-
- [`InlineJavascriptWorkflow`](https://w3id.org/cwl/Workflow.html#InlineJavascriptRequirement) - enables JavaScript in expressions.
141+
- [`InlineJavascriptRequirement`](https://w3id.org/cwl/Workflow.html#InlineJavascriptRequirement) - enables JavaScript in expressions.
142142
- [`SubworkflowFeatureRequirement`](https://w3id.org/cwl/Workflow.html#SubworkflowFeatureRequirement) - enables nested workflows.
143143
- [`InitialWorkDirRequirement`](https://w3id.org/cwl/Workflow.html#InitialWorkDirRequirement) - controls staging files in the input directory.
144144

0 commit comments

Comments
 (0)