Skip to content

Commit 40fb4ee

Browse files
authored
fix: change execute to execution (#144)
closes: #143
1 parent 27cbff0 commit 40fb4ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/troubleshooting.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Alternatively, if you are debugging a particular functionality, you can specify
2525
1. `@neo4j/graphql:*` - Logs all
2626
2. `@neo4j/graphql:auth` - Logs the status of authorization header and token extraction, and decoding of JWT
2727
3. `@neo4j/graphql:graphql` - Logs the GraphQL query and variables
28-
4. `@neo4j/graphql:execute` - Logs the Cypher and Cypher paramaters before execution, and summary of execution
28+
4. `@neo4j/graphql:execution` - Logs the Cypher and Cypher parameters before execution, and summary of execution
2929

3030
==== Constructor
3131

@@ -218,4 +218,4 @@ This section describes security considerations and known issues.
218218

219219
If a query yields no results, the xref::authentication-and-authorization/authorization.adoc[Authorization] process will not be triggered.
220220
This means that the result will be empty, instead of throwing an authentication error. Unauthorized users may
221-
then discern whether or not a certain type exists in the database, even if data itself cannot be accessed.
221+
then discern whether or not a certain type exists in the database, even if data itself cannot be accessed.

0 commit comments

Comments
 (0)