Skip to content

Commit

Permalink
DOCS: Fix workflows example (#21)
Browse files Browse the repository at this point in the history
The workflow documentation is missing an `s` in the example.
  • Loading branch information
defunctl committed Jun 6, 2024
2 parents 9e6131b + c2013a4 commit 1a4bc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ An example workflow might look like this:

```json
{
"workflow": {
"workflows": {
"my-workflow": [
"npm ci",
"npm run build",
Expand Down

0 comments on commit 1a4bc70

Please sign in to comment.