From e975efdc7d4f48909bdf14e371d7d464ef246dc8 Mon Sep 17 00:00:00 2001 From: vama-tg <156010229+vama-tg@users.noreply.github.com> Date: Wed, 22 Jul 2026 16:42:27 -0400 Subject: [PATCH] Remove extra accent from the text. Removed an extra ` from the text. --- modules/user-access/pages/role-management.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]