Skip to content

Commit 9136af9

Browse files
committed
Fix backtick
1 parent 3618647 commit 9136af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/clustering/databases.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ Each configuration value is specified as a name followed by `=` and the value, a
488488

489489
[source, cypher, role="noplay"]
490490
----
491-
CREATE DATABASE foo OPTIONS { existingData: 'use', seedURI: 's3:/myBucket/myBackup.backup, seedConfig: 'region=eu-west-1' }
491+
CREATE DATABASE foo OPTIONS { existingData: 'use', seedURI: 's3:/myBucket/myBackup.backup', seedConfig: 'region=eu-west-1' }
492492
----
493493

494494
The available configuration options are:

0 commit comments

Comments
 (0)