Skip to content

Commit e20cb3a

Browse files
committed
Update naming-databases.adoc
1 parent 2f1d81b commit e20cb3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Support for database names starting with a numeric character is available from N
1818
[NOTE]
1919
====
2020
The `-` (dash) and `.` (dot) characters are not legal in Cypher variables.
21-
Names containing a `-` or tha begin with a numeric character must be enclosed within backticks.
21+
Names containing a `-` or that begin with a numeric character must be enclosed within backticks.
2222
For example, `CREATE DATABASE ++`main-db`++` is a valid database name.
2323
Database names are the only identifier for which dots do not need to be quoted.
2424
For example `main.db` is a valid database name.

0 commit comments

Comments
 (0)