Skip to content

Commit 70b19f6

Browse files
authored
Update naming-databases.adoc
1 parent 4e2734e commit 70b19f6

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)