From 75501e295085e080c07be67e72e76fa875d2457f Mon Sep 17 00:00:00 2001 From: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:07:23 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Reneta Popova --- .../notifications/all-notifications.adoc | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/modules/ROOT/pages/notifications/all-notifications.adoc b/modules/ROOT/pages/notifications/all-notifications.adoc index 3b53b20..159a0fb 100644 --- a/modules/ROOT/pages/notifications/all-notifications.adoc +++ b/modules/ROOT/pages/notifications/all-notifications.adoc @@ -926,7 +926,7 @@ The home database provided does not currently exist in the DBMS. This command will not take effect until this database is created. (HOME DATABASE: `nonexistingdatabase`) Suggestions for improvement:: -Make sure the home database has not been misspelled. +Verify that the home database name is not misspelled. ====== [.include-with-GQLSTATUS-code] @@ -948,7 +948,7 @@ The database `Ne4j` does not exist. Verify that the spelling is correct or create the database for the command to take effect. Suggestions for improvement:: -Make sure the home database has not been misspelled. +Verify that the home database name is not misspelled. ====== ===== @@ -1010,8 +1010,8 @@ Description of the returned code:: One of the labels in your query is not available in the database, make sure you didn't misspell it or that the label is available when you run this statement in your application (the missing label name is: `Perso`) Suggestions for improvement:: -Make sure you didn't misspell the label. -If nodes with the given label will be created in the future, then no change is needed. +Verify that the label is not misspelled. +If you plan to create nodes with that label in the future, then no change is needed. ====== [.include-with-GQLSTATUS-code] @@ -1033,8 +1033,8 @@ The label `Perso` does not exist. Verify that the spelling is correct. Suggestions for improvement:: -Make sure you didn't misspell the label. -If nodes with the given label will be created in the future, then no change is needed. +Verify that the label is not misspelled. +If you plan to create nodes with that label in the future, no change is needed. ====== ===== @@ -1096,8 +1096,8 @@ One of the relationship types in your query is not available in the database, make sure you didn't misspell it or that the label is available when you run this statement in your application (the missing relationship type is: `NonExistingType`) Suggestions for improvement:: -Make sure you did not misspell the relationship type. -If relationships will be created, with the given relationship type, in the future, then no change to the query is needed. +Verify that the relationship type is not misspelled. +If you plan to create relationships of this type in the future, no change is needed. ====== [.include-with-GQLSTATUS-code] @@ -1118,8 +1118,8 @@ The relationship type `NonExistingType` does not exist. Verify that the spelling is correct. Suggestions for improvement:: -Make sure you did not misspell the relationship type. -If relationships will be created, with the given relationship type, in the future, then no change to the query is needed. +Verify that the relationship type is not misspelled. +If you plan to create relationships of this type in the future, no change is needed. ====== ===== @@ -1179,8 +1179,8 @@ One of the property names in your query is not available in the database, make sure you didn't misspell it or that the label is available when you run this statement in your application (the missing property name is: `nonExistingProp`) Suggestions for improvement:: -Make sure you didn't misspell the property key. -If the property key will be created in the future, then no change is needed to the query. +Verify that the property key is not misspelled. +If you plan to create that property key in the future, no change is needed. ====== [.include-with-GQLSTATUS-code] @@ -1202,8 +1202,8 @@ The property `nme` does not exist. Verify that the spelling is correct. Suggestions for improvement:: -Make sure you didn't misspell the property key. -If the property key will be created in the future, then no change is needed to the query. +Verify that the property key is not misspelled. +If you plan to create that property key in the future, no change is needed. ====== =====