Skip to content

Commit fda8b18

Browse files
committed
Typo fix: parellism -> parallelism
1 parent 08a3382 commit fda8b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/pipelines/build_matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ steps:
4545
All jobs created by a build matrix are marked with the _Matrix_ badge in the Buildkite interface.
4646
4747
>📘 Matrix and Parallel steps
48-
> Matrix builds are not compatible with explicit <a href="/docs/tutorials/parallel-builds#parallel-jobs">parallelism in steps</a>. You can use a <code>matrix</code> and <code>parellism</code> in the same build, as long as they are on separate steps.
48+
> Matrix builds are not compatible with explicit <a href="/docs/tutorials/parallel-builds#parallel-jobs">parallelism in steps</a>. You can use a <code>matrix</code> and <code>parallelism</code> in the same build, as long as they are on separate steps.
4949
5050
For more complex builds, add multiple dimensions to `matrix.setup` instead of the `matrix` array:
5151

0 commit comments

Comments
 (0)