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).