From caf5ec1df7fe474ed43cace2b33c557d4e2a39b0 Mon Sep 17 00:00:00 2001 From: UnlimitedCookies <49200216+UnlimitedCookies@users.noreply.github.com> Date: Tue, 2 Mar 2021 02:06:57 +0100 Subject: [PATCH] Found another typo --- docs/docs/multi-pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/multi-pipeline.md b/docs/docs/multi-pipeline.md index 68fb4907e..9d7643e37 100644 --- a/docs/docs/multi-pipeline.md +++ b/docs/docs/multi-pipeline.md @@ -11,7 +11,7 @@ The Multi-Pipeline feature allows the pipeline to be splitted to several files a - faster lint/test feedback, the pipeline doesn't have to run fully to have a lint status pushed to the the remote - better organization of the pipeline along various concerns: testing, linting, feature apps -- utilizaing more agents to speed up build +- utilizing more agents to speed up build ## Example multi-pipeline definition