Skip to content

Commit 0c74dcb

Browse files
Update jekyll/_cci2/sample-config.md
1 parent b857d3e commit 0c74dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/sample-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This document provides sample [`.circleci/config.yml`]({{ site.baseurl }}/2.0/co
1616

1717
### Concurrent Workflow
1818

19-
The example below shows a concurrent job workflow where the `build` and `test` jobs run at the same time, saving time. Refer to the [Workflows]({{ site.baseurl }}/2.0/workflows) document for complete details about orchestrating job runs with concurrent, sequential, and manual approval workflows.
19+
The example below shows a concurrent workflow in which the `build` and `test` jobs run at the same time. Refer to the [Workflows]({{ site.baseurl }}/2.0/workflows) document for complete details about orchestrating job runs with concurrent, sequential, and manual approval workflows.
2020

2121
This image shows the workflow view for this configuration example:
2222
![Concurrent Workflow Map]({{ site.baseurl }}/assets/img/docs/concurrent-workflow-map.png)

0 commit comments

Comments
 (0)