From 62f64148abdcbc9bc5970e1c8a865ab6ebff103c Mon Sep 17 00:00:00 2001 From: David Kanney Date: Thu, 10 Jul 2025 11:42:51 -0400 Subject: [PATCH] docs: Fix table row spacing (#5922) --- website/content/docs/concepts/domain-model/scopes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/concepts/domain-model/scopes.mdx b/website/content/docs/concepts/domain-model/scopes.mdx index 3018f30432..92549f5060 100644 --- a/website/content/docs/concepts/domain-model/scopes.mdx +++ b/website/content/docs/concepts/domain-model/scopes.mdx @@ -41,7 +41,7 @@ Refer to the table below for a list of resources and their valid scope types: | Host sets | Project | | Hosts | Project | | Managed groups | Global, org | -| Storage policies | Global, org | +| Storage policies | Global, org | | Roles | Global, org, project | | Scopes | Global, org, project | | Session recordings | Global, org |