From 8895b4916f56762204df341787e65a6ec87f5009 Mon Sep 17 00:00:00 2001 From: Bart Seaman Date: Mon, 6 Oct 2025 12:02:37 -0700 Subject: [PATCH] Update stages.md Fixed use of 'stage' where 'pool' was intended. --- docs/pipelines/process/stages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pipelines/process/stages.md b/docs/pipelines/process/stages.md index b89bd314b0a..cba305ff983 100644 --- a/docs/pipelines/process/stages.md +++ b/docs/pipelines/process/stages.md @@ -113,7 +113,7 @@ stages: ::: moniker range="<=azure-devops" -If you specify a `pool` at the stage level, all jobs in that stage use that pool unless the stage is specified at the job level. +If you specify a `pool` at the stage level, all jobs in the stage use that pool unless a pool is specified at the job level. ```yaml