Skip to content

Commit ca27d41

Browse files
Update modules/ROOT/pages/configuration/cypher-version-configuration.adoc
Co-authored-by: Therese Magnusson <[email protected]>
1 parent 43d1a90 commit ca27d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/configuration/cypher-version-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The default language version for the whole DBMS can be configured in the _neo4j.
1515
Changing this setting in an existing DBMS, *does not* affect existing databases.
1616
It only applies to newly-created databases unless the version is specified as part of the `CREATE` or `ALTER` database commands.
1717

18-
Configure a a default Cypher version per database::
18+
Configure a default Cypher version per database::
1919
The default language for a specific database can be set using a Cypher database administration command with the `SET DEFAULT LANGUAGE` clause when creating the database or by altering the database after it has been created.
2020
This setting determines the default language for the specified database, overriding the default language set in the configuration file.
2121
For example, `CREATE DATABASE mydb SET DEFAULT LANGUAGE CYPHER 25` or `ALTER DATABASE mydb SET DEFAULT LANGUAGE CYPHER 5`.

0 commit comments

Comments
 (0)