Skip to content

Commit 4b87da3

Browse files
authored
Fix grammar in workflow documentation
1 parent 8c3007e commit 4b87da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/workflow/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_position: 5
55

66
# Workflow
77

8-
A "workflow" refers to a sequence of API calls that deliver some business outcome. Usually, outputs from one API call in a workflow, such as an id, must be passed as inputs to a subsequent API call. Specmatic provides two ways to run workflow tests.
8+
A "workflow" refers to a sequence of API calls that delivers some business outcome. Usually, some data from one API call in a workflow, such as an id, must be passed as an input to subsequent API calls. Specmatic provides two ways to run workflow tests.
99

1010
* [Workflow within a specification](/features/workflow/workflow-within-a-specification)
1111
* [Workflows between specifications (Arazzo)](/features/workflow/workflows-between-specifications)

0 commit comments

Comments
 (0)