Skip to content
Merged

typos #194

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ $graph:
the same Directory.

When executing a CommandLineTool, Directories must be recursively staged
first and have local values of `path` assigend.
first and have local values of `path` assigned.

Directory objects in CommandLineTool output must provide either a
`location` URI or a `path` property in the context of the tool execution
Expand Down
2 changes: 1 addition & 1 deletion Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ $graph:
this input parameter.

If `valueFrom` is a parameter reference or expression, it must be
evaluated to yield the actual value to be assiged to the input field.
evaluated to yield the actual value to be assigned to the input field.

The `self` value in the parameter reference or expression must be
1. `null` if there is no `source` field
Expand Down