Skip to content

Commit 8b5e9e8

Browse files
Apply suggestions from code review
Co-authored-by: Reneta Popova <[email protected]>
1 parent 760dea1 commit 8b5e9e8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ label:removed[]
3737
----
3838
CREATE DATABASE db OPTIONS { seedCredentials: ... }
3939
----
40-
| The option `seedCredentials` was removed from the `CREATE DATABASE` `OPTIONS` map.
40+
| The option `seedCredentials` is removed from the `CREATE DATABASE` `OPTIONS` map.
4141
For more information, see link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/standard-databases/create-databases/#manage-databases-create-database-options[Operations Manual -> Database administration -> Create databases].
4242

4343
a|
@@ -47,8 +47,7 @@ label:removed[]
4747
----
4848
CREATE DATABASE db OPTIONS { existingDataSeedInstance: ... }
4949
----
50-
| The option `existingDataSeedInstance` was removed from the `CREATE DATABASE` `OPTIONS` map.
51-
Use `existingDataSeedServer` instead.
50+
| The option `existingDataSeedInstance` is removed from the `CREATE DATABASE` `OPTIONS` map and replaced by `existingDataSeedServer`.
5251
For more information, see link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/standard-databases/create-databases/#manage-databases-create-database-options[Operations Manual -> Database administration -> Create databases].
5352

5453

@@ -408,7 +407,7 @@ label:new[]
408407
----
409408
CREATE DATABASE db OPTIONS { seedSourceDatabase: ... }
410409
----
411-
| Now you can specify the name of a source database if the `seedURI` points to a folder containing backups for multiple databases.
410+
| You can specify the name of a source database if the `seedURI` points to a folder containing backups for multiple databases.
412411
For more information, see link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/standard-databases/create-databases/#manage-databases-create-database-options[Operations Manual -> Database administration -> Create databases].
413412

414413
a|

0 commit comments

Comments
 (0)