Skip to content

Commit 1da63da

Browse files
Apply suggestions from code review
Co-authored-by: Reneta Popova <[email protected]>
1 parent f11978f commit 1da63da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/ROOT/pages/authentication-authorization/database-administration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ GRANT [IMMUTABLE] TRANSACTION [MANAGEMENT] [( { * \| user[, ...] } )]
526526
|===
527527

528528
// TODO: do we want two pictures, one for Cypher 5 and one for Cypher 25? I'd guess not but I'm not sure
529-
image::privileges-grant-and-deny-syntax-dbms-privileges.svg[width="800", title="Syntax of GRANT and DENY DBMS privileges"]
529+
image::privileges-grant-and-deny-syntax-database-privileges.svg[width="800", title="Syntax of `GRANT` and `DENY` database privileges"]
530530

531531
[[access-control-database-administration-access]]
532532
== The database `ACCESS` privilege

modules/ROOT/pages/authentication-authorization/dbms-administration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ All DBMS privileges are relevant system-wide.
7474
Like user management, they do not belong to one specific database or graph.
7575
For more details on the differences between graphs, databases, and the DBMS, refer to link:{neo4j-docs-base-uri}/cypher-manual/current/introduction/cypher-neo4j/[Cypher Manual -> Cypher and Neo4j].
7676

77-
image::privileges-grant-and-deny-syntax-dbms-privileges.svg[width="800", title="Syntax of GRANT and DENY DBMS privileges"]
77+
image::privileges-grant-and-deny-syntax-dbms-privileges.svg[width="800", title="Syntax of `GRANT` and `DENY` DBMS privileges"]
7878

7979
image::privileges-hierarchy-dbms.svg[width="800", title="DBMS privileges hierarchy", role=popup]
8080

modules/ROOT/pages/authentication-authorization/load-privileges.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ All load privileges apply to the whole system.
1616
Like DBMS privileges, they do not belong to one specific database or graph.
1717
For more details on the differences between graphs, databases, and the DBMS, refer to link:{neo4j-docs-base-uri}/cypher-manual/current/introduction/cypher-neo4j/[Cypher Manual -> Cypher and Neo4j].
1818

19-
image::privileges-grant-and-deny-syntax-load-privileges.svg[width="800", title="Syntax of GRANT and DENY load Privileges", role=popup]
19+
image::privileges-grant-and-deny-syntax-load-privileges.svg[width="800", title="Syntax of `GRANT` and `DENY` load privileges", role=popup]
2020

2121
// TODO: add image later when there is more than one LOAD privilege
2222
//image::privileges_hierarchy_load.svg[title="Load privileges hierarchy"]

0 commit comments

Comments
 (0)