Fixed type in line 99
authorALuesink <22368429+ALuesink@users.noreply.github.com>
Tue, 16 Nov 2021 15:44:19 +0000 (16:44 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Nov 2021 15:44:19 +0000 (16:44 +0100)
_episodes/06-expressions.md

index 4eb8584ccdcc3d874526dcf4c3b253a80ccbc266..5bf1782d8010c69770a92af82fd5ce8b4ae12c84 100644 (file)
@@ -96,7 +96,7 @@ assignment (`=`), which cannot include control blocks like `if` or
 `for`.  The `${}` form is a Javascript function, which can include
 control blocks, and must end in a `return` statement.
 
-Dxpressions can both appear in `valueFrom` fields as well as some
+Expressions can both appear in `valueFrom` fields as well as some
 other fields, or in an `ExpressionTool` which, like `Workflow` or
 `CommandLineTool` has explicitly defined `inputs` and `outputs`
 sections.