From 8097ba6590090f44962427f328034d7af62d590b Mon Sep 17 00:00:00 2001 From: Frannie-Ludmilla Date: Tue, 26 Nov 2024 13:50:57 +0100 Subject: [PATCH] Add Natalia's suggestions --- modules/ROOT/pages/procedures.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/procedures.adoc b/modules/ROOT/pages/procedures.adoc index 0e13c36fb..d847579c0 100644 --- a/modules/ROOT/pages/procedures.adoc +++ b/modules/ROOT/pages/procedures.adoc @@ -1137,9 +1137,9 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/{page-ver | *Description* 3+a| Remove the quarantine status from a database in a server performing a cleanup `operation`. The possible values for the cleanup operation are: -* `keepStateKeepStore` -- do nothing, leave store and cluster state as it is, -* `replaceStateKeepStore` -- join as a new member clearing the current cluster state but keeping the store -* `replaceStateReplaceStore` -- join as a new member clearing both the current cluster state and the store +* `keepStateKeepStore` -- do nothing; leave store and cluster state as they are. +* `replaceStateKeepStore` -- join as a new member, clearing the current cluster state but keeping the store. +* `replaceStateReplaceStore` -- join as a new member, clearing both the current cluster state and the store. .4+| *Input arguments* | *Name* | *Type* | *Description* | `server` | `STRING` | The name or the id of the server where there is the quarantined database. | `databaseName` | `STRING` | The name of the database whose quarantine status must be removed.