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 222bdb8 commit 7ad9209
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
@@ -1,6 +1,6 @@
# Recursion and Max Depth

Permissions questions in SpiceDB are answered by walking the **tree** consisting of the graph formed
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,
Expand Down

0 comments on commit 7ad9209

Please sign in to comment.