Skip to content

Commit c701f05

Browse files
authored
Update src/Options/index.js
1 parent a9c5477 commit c701f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export interface ParseServerOptions {
9292
/* Options to pass to the database client
9393
:ENV: PARSE_SERVER_DATABASE_OPTIONS */
9494
databaseOptions: ?DatabaseOptions;
95-
/* Adapter module for the database. Additional options are passed directly to the database client */
95+
/* Adapter module for the database; any options that are not explicitly described here are passed directly to the database client. */
9696
databaseAdapter: ?Adapter<StorageAdapter>;
9797
/* Full path to your cloud code main.js */
9898
cloud: ?string;

0 commit comments

Comments
 (0)