Skip to content

Commit e1e29d1

Browse files
authored
Fixes example yaml
1 parent ef869d0 commit e1e29d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

FORMAT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ name: Example workflow
6666
command: echo {{string}}
6767
arguments:
6868
- name: string
69-
- description: The value to echo
69+
description: The value to echo
7070
```
7171

7272
## `arguments.description`
@@ -75,4 +75,4 @@ The description of the argument. This is surfaced in both commands.dev and Warp
7575

7676
## `arguments.default_value`
7777
-----
78-
The default value for the argument. If specified, the `default_value` replaces the argument name within the command. Optional
78+
The default value for the argument. If specified, the `default_value` replaces the argument name within the command. Optional

0 commit comments

Comments
 (0)