From ae3eaf80d1fb4ce937bfe0ff695d7134fec5cb2b Mon Sep 17 00:00:00 2001 From: James Rasell Date: Mon, 2 Jun 2025 09:09:35 +0100 Subject: [PATCH] docs: Fix node pool concept missing backtick for style. (#25956) --- website/content/docs/concepts/node-pools.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/concepts/node-pools.mdx b/website/content/docs/concepts/node-pools.mdx index 8ca9a3ee6..e82165e95 100644 --- a/website/content/docs/concepts/node-pools.mdx +++ b/website/content/docs/concepts/node-pools.mdx @@ -134,7 +134,7 @@ simplifies job management as the node pool is inferred from the namespace configuration instead of having to be specified in every job. This connection is done using the [`default`][ns_spec_np_default] attribute in -the namespace `node_pool_config block. +the namespace `node_pool_config` block. ```hcl namespace "dev" {