We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2799e commit 02f5733Copy full SHA for 02f5733
1 file changed
FORMAT.md
@@ -51,7 +51,7 @@ You can specify which part of the Workflow command maps to an argument by surrou
51
52
For example the workflow command:
53
```bash
54
-for {{variable} in {{sequence}}}; do
+for {{variable}} in {{sequence}}; do
55
{{command}}
56
done
57
```
0 commit comments