From 6d1de3c82c020ee8b967abe8265ebf64723db3f6 Mon Sep 17 00:00:00 2001 From: Stefano Ottolenghi Date: Wed, 14 Aug 2024 17:59:02 +0200 Subject: [PATCH] Fix typo --- modules/ROOT/pages/notifications/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/notifications/index.adoc b/modules/ROOT/pages/notifications/index.adoc index 8d165e74..335eb741 100644 --- a/modules/ROOT/pages/notifications/index.adoc +++ b/modules/ROOT/pages/notifications/index.adoc @@ -3,7 +3,7 @@ [[notifications]] = Notification codes -Notification codes are Neo4j status codes of type `ClientNotification`and are returned by the server with severity `WARNING` or `INFORMATION`. +Notification codes are Neo4j status codes of type `ClientNotification` and are returned by the server with severity `WARNING` or `INFORMATION`. Contrary to errors, notifications are only returned if the execution of the query is successful. [[notification-format]] @@ -78,4 +78,4 @@ The following categories exist, ordered by severity: | INFORMATION | The query uses costly operations and might be slow. Consider if it is possible to rewrite the query in a different way. | -|=== \ No newline at end of file +|===