Skip to content

Commit 73a9794

Browse files
Update modules/ROOT/pages/database-administration/standard-databases/create-databases.adoc
1 parent f50de10 commit 73a9794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ First, appending `IF NOT EXISTS` to the command ensures that no error is returne
197197
CREATE DATABASE customers IF NOT EXISTS
198198
----
199199

200-
Second, adding `OR REPLACE` to the command deletes any existing database and creates a new one.
200+
Second, adding `OR REPLACE` to the command deletes any existing database and creates a new one.
201201

202202
[source, cypher]
203203
----

0 commit comments

Comments
 (0)