diff --git a/modules/user-access/pages/role-management.adoc b/modules/user-access/pages/role-management.adoc index c27cd8db..0d498e18 100644 --- a/modules/user-access/pages/role-management.adoc +++ b/modules/user-access/pages/role-management.adoc @@ -395,7 +395,7 @@ This will revoke the `WRITE_SCHEMA` privilege from the role `role1` on graph `ex == Revoke type-level privileges You can revoke certain privileges from the type level with the Object-based revoke privilege command. -Revoking a privilege at the type does not affect privileges granted at higher levels (e.g., global or graph level). For instance, if a role has `READ_DATA`` on a vertex type globally, revoking this privilege at the type level will not prevent the role from accessing the vertex type. +Revoking a privilege at the type does not affect privileges granted at higher levels (e.g., global or graph level). For instance, if a role has `READ_DATA` on a vertex type globally, revoking this privilege at the type level will not prevent the role from accessing the vertex type. === Syntax @@ -416,7 +416,7 @@ REVOKE UPDATE ON EDGE Friendship IN GRAPH Social FROM role1, role2 == Revoke attribute-level privileges You can revoke certain privileges from the attribute level with the Object-based revoke privilege command. -Revoking a privilege at the type does not affect privileges granted at higher levels (e.g., global, graph level or type level). For instance, if a role has `READ_DATA`` on a vertex type globally, revoking this privilege at the attribute level will not prevent the role from accessing the vertex attribute type. +Revoking a privilege at the type does not affect privileges granted at higher levels (e.g., global, graph level or type level). For instance, if a role has `READ_DATA` on a vertex type globally, revoking this privilege at the attribute level will not prevent the role from accessing the vertex attribute type. === Syntax [source.wrap,gsql]