Skip to content

Commit 1a4bc70

Browse files
authoredJun 6, 2024··
DOCS: Fix workflows example (#21)
The workflow documentation is missing an `s` in the example.
2 parents 9e6131b + c2013a4 commit 1a4bc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/commands.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ An example workflow might look like this:
278278

279279
```json
280280
{
281-
"workflow": {
281+
"workflows": {
282282
"my-workflow": [
283283
"npm ci",
284284
"npm run build",

0 commit comments

Comments
 (0)
Please sign in to comment.