Skip to content

Commit fa241d4

Browse files
committed
fix workding for live query defaults help
1 parent f0674df commit fa241d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export interface LiveQueryServerOptions {
171171
cacheTimeout: ?number,
172172
/* This string defines the log level of the LiveQuery server. We support VERBOSE, INFO, ERROR, NONE. Defaults to INFO.*/
173173
logLevel: ?string,
174-
/* The port to run the ParseServer. defaults to 1337.*/
174+
/* The port to run the LiveQuery server. Defaults to 1337.*/
175175
port: ?number, // = 1337
176176
/* parse-server's LiveQuery redisURL */
177177
redisURL: ?string,

0 commit comments

Comments
 (0)