Skip to content

Commit 426f00a

Browse files
author
Frannie-Ludmilla
committed
Add Natalia's suggestions
1 parent 479f305 commit 426f00a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/procedures.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,9 +1137,9 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/{page-ver
11371137
| *Description* 3+a| Remove the quarantine status from a database in a server performing a cleanup `operation`.
11381138
The possible values for the cleanup operation are:
11391139

1140-
* `keepStateKeepStore` -- do nothing, leave store and cluster state as it is,
1141-
* `replaceStateKeepStore` -- join as a new member clearing the current cluster state but keeping the store
1142-
* `replaceStateReplaceStore` -- join as a new member clearing both the current cluster state and the store
1140+
* `keepStateKeepStore` -- do nothing; leave store and cluster state as they are.
1141+
* `replaceStateKeepStore` -- join as a new member, clearing the current cluster state but keeping the store.
1142+
* `replaceStateReplaceStore` -- join as a new member, clearing both the current cluster state and the store.
11431143
.4+| *Input arguments* | *Name* | *Type* | *Description*
11441144
| `server` | `STRING` | The name or the id of the server where there is the quarantined database.
11451145
| `databaseName` | `STRING` | The name of the database whose quarantine status must be removed.

0 commit comments

Comments
 (0)