Skip to content

Commit 0dc0ca5

Browse files
committed
Cypher5 -> Cypher 5
1 parent dfb9e2a commit 0dc0ca5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/ROOT/pages/database-administration/standard-databases/create-databases.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ CREATE OR REPLACE DATABASE name
6666

6767
[.tabbed-example]
6868
=====
69-
[.include-with-cypher5]
69+
[.include-with-cypher-5]
7070
======
7171

7272
The `CREATE DATABASE` command can have a map of options, e.g. `OPTIONS {key: 'value'}`.
@@ -134,7 +134,7 @@ The `existingDataSeedInstance` and `existingDataSeedServer` are still not suppor
134134
More details about seeding options can be found in xref::clustering/databases.adoc#cluster-seed[Seed a cluster].
135135
====
136136
======
137-
[.include-with-cypher25]
137+
[.include-with-cypher-25]
138138
======
139139
The `CREATE DATABASE [OR REPLACE]` command can have a map of options, e.g. `OPTIONS {key: 'value'}`.
140140

@@ -221,7 +221,7 @@ SHOW DATABASES YIELD name
221221

222222
[.tabbed-example]
223223
=====
224-
[.include-with-cypher5]
224+
[.include-with-cypher-5]
225225
======
226226
Sub-clause `WAIT` allows you to specify a time limit in which the command must complete and return.
227227

@@ -243,7 +243,7 @@ CREATE DATABASE slow WAIT 5 SECONDS
243243
The `success` column provides an aggregate status of whether or not the command is considered successful.
244244
Thus, every row has the same value, determined on a successful completion without a timeout.
245245
======
246-
[.include-with-cypher25]
246+
[.include-with-cypher-25]
247247
======
248248
Sub-clause `WAIT` allows you to specify a time limit in which the command must complete and return.
249249

0 commit comments

Comments
 (0)