From cd523da89848b416b62a62a76f107b58db310a41 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Mon, 5 Aug 2024 18:27:23 -0400 Subject: [PATCH] Update pages/spicedb/modeling/recursion-and-max-depth.mdx Co-authored-by: Sam Kim --- pages/spicedb/modeling/recursion-and-max-depth.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/spicedb/modeling/recursion-and-max-depth.mdx b/pages/spicedb/modeling/recursion-and-max-depth.mdx index a84f5e3..3e413eb 100644 --- a/pages/spicedb/modeling/recursion-and-max-depth.mdx +++ b/pages/spicedb/modeling/recursion-and-max-depth.mdx @@ -3,7 +3,7 @@ Permissions questions in SpiceDB are answered by traversing the **tree** constructed from the graph formed by combining the [schema] (structure) and [relationships] (data). -A `CheckPermission` request will, for example, start walking from the resource+permission requested, +A `CheckPermission` request will, for example, traverse starting from the resource+permission requested, along any referenced permissions and relations, until the subject is found or maximum depth is reached.