Skip to content

Commit 9ee684f

Browse files
Fix typo (#167)
Results in broken asciidoc.
1 parent b69143a commit 9ee684f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/notifications/index.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[[notifications]]
44
= Notification codes
55

6-
Notification codes are Neo4j status codes of type `ClientNotification`and are returned by the server with severity `WARNING` or `INFORMATION`.
6+
Notification codes are Neo4j status codes of type `ClientNotification` and are returned by the server with severity `WARNING` or `INFORMATION`.
77
Contrary to errors, notifications are only returned if the execution of the query is successful.
88

99
[[notification-format]]
@@ -78,4 +78,4 @@ The following categories exist, ordered by severity:
7878
| INFORMATION
7979
| The query uses costly operations and might be slow. Consider if it is possible to rewrite the query in a different way.
8080
|
81-
|===
81+
|===

0 commit comments

Comments
 (0)