Skip to content

Commit 2bcfe26

Browse files
authored
docs: Fix Runner Pool description in terminology section (#5236)
1 parent 971e7f3 commit 2bcfe26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-starlight/src/content/docs/01-getting-started/04-terminology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Terragrunt will always attempt to run until the Run Queue is empty.
166166

167167
The Runner Pool is the pool of available resources that Terragrunt can use to execute runs.
168168

169-
Units are dequeued from the Runner Pool into the Runner Pool depending on factors like [parallelism](/docs/reference/cli/commands/run#parallelism) and the DAG.
169+
Units are dequeued from the Run Queue into the Runner Pool depending on factors like [parallelism](/docs/reference/cli/commands/run#parallelism) and the DAG.
170170

171171
Units are only considered "running" when they are in the Runner Pool.
172172

0 commit comments

Comments
 (0)