We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e255b4 commit 828f41cCopy full SHA for 828f41c
src/topics/yaml-guide.md
@@ -25,7 +25,7 @@ You can skip this section if you are already comfortable with YAML.
25
26
Fundamentally, a file written in YAML consists of a set of _key-value pairs_.
27
Each pair is written as `key: value`,
28
-where whitespace after the `:` is optional.
+where whitespace after the `:` is required.
29
Key names in CWL files should not contain whitespace -
30
We use [_camelCase_][camelCase] for multi-word key names
31
that have special meaning in the CWL specification
0 commit comments