From ac83745d1782ad666bfebf00b93705fc14e08a34 Mon Sep 17 00:00:00 2001 From: Heathpackard Date: Wed, 4 Jun 2025 12:37:23 +1200 Subject: [PATCH] Update 1-design-your-model.mdx --- .../Implement-AuthZ-in-3-steps/1-design-your-model.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/guides/(authorization)/Implement-AuthZ-in-3-steps/1-design-your-model.mdx b/content/docs/guides/(authorization)/Implement-AuthZ-in-3-steps/1-design-your-model.mdx index 48f1999..267fe00 100644 --- a/content/docs/guides/(authorization)/Implement-AuthZ-in-3-steps/1-design-your-model.mdx +++ b/content/docs/guides/(authorization)/Implement-AuthZ-in-3-steps/1-design-your-model.mdx @@ -71,6 +71,6 @@ Attributes are defined at the edge type level, so all edges of a given type shar - They give a user permission on an object directly (direct attributes). - They pass a permission from one user or group to another (inherit attributes). -- They propagate a permission down a hierarchy of nested objects, like folders and files. (propagate attributes) +- They propagate a permission down a hierarchy of nested objects, like folders and files (propagate attributes). For more intro on attributes, see [Modelling Hierarchy with Attribute Scopes](/docs/guides/overview/modelling-hierarchy-with-attribute-types).