Skip to content

Commit

Permalink
Update pages/spicedb/modeling/recursion-and-max-depth.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Kim <sam@authzed.com>
  • Loading branch information
josephschorr and samkim authored Aug 5, 2024
1 parent 7ad9209 commit cd523da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/spicedb/modeling/recursion-and-max-depth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit cd523da

Please sign in to comment.