Skip to content

Commit

Permalink
Fix term (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
manabuishii committed May 17, 2024
1 parent d209c44 commit 3f1333f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/introduction/basic-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The CWL specification allows for implementations to provide extra
functionality and specify prerequisites to workflows through *requirements*.
There are many requirements defined in the CWL specification, for instance:

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

Expand Down

0 comments on commit 3f1333f

Please sign in to comment.