Skip to content

Commit 828f41c

Browse files
authored
YAML collection require a space after the colon (#301)
1 parent 8e255b4 commit 828f41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/topics/yaml-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can skip this section if you are already comfortable with YAML.
2525

2626
Fundamentally, a file written in YAML consists of a set of _key-value pairs_.
2727
Each pair is written as `key: value`,
28-
where whitespace after the `:` is optional.
28+
where whitespace after the `:` is required.
2929
Key names in CWL files should not contain whitespace -
3030
We use [_camelCase_][camelCase] for multi-word key names
3131
that have special meaning in the CWL specification

0 commit comments

Comments
 (0)