diff --git a/docs/content/modeling/contextual-time-based-authorization.mdx b/docs/content/modeling/contextual-time-based-authorization.mdx index 937dd0e21..62179e262 100644 --- a/docs/content/modeling/contextual-time-based-authorization.mdx +++ b/docs/content/modeling/contextual-time-based-authorization.mdx @@ -41,7 +41,7 @@ To follow this guide, you should be familiar with some . ### concepts -- A : is a string defined in the type definition of an authorization model that defines the possibility of a relationship between an object of the same type as the type definition and a user in the system. +- A : Defined in the type definition of an authorization model, a relation is a string that defines the possibility of a relationship between an object of the same type as the type definition and a user in the system. - A : is a call to the check endpoint that returns whether the user has a certain relationship with an object. - A : a grouping consisting of a user, a relation and an object stored in - A : a tuple that can be added to a Check request, and only exists within the context of that particular request.