Skip to content

Commit 2ae59cb

Browse files
authored
Merge pull request #2459 from buildkite/fix-typo
Typo fix: parellism -> parallelism
2 parents 7e7c32f + fda8b18 commit 2ae59cb

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)