Skip to content

Commit

Permalink
chore(spec): fix example arazzo within specification
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins committed Nov 22, 2024
1 parent 53d7e44 commit 1fa222e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ workflows:
# outputs from this step
availablePets: $response.body
outputs:
available: $steps.getPetStep.availablePets
available: $steps.getPetStep.outputs.availablePets
```
#### Info Object
Expand Down

0 comments on commit 1fa222e

Please sign in to comment.