Skip to content

Commit 3ca6faa

Browse files
committed
Live query defaults reference ParseServer instead of LiverQuery server.
1 parent d8f3fb1 commit 3ca6faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options/Definitions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ module.exports.LiveQueryServerOptions = {
372372
},
373373
"port": {
374374
"env": "PARSE_LIVE_QUERY_SERVER_PORT",
375-
"help": "The port to run the ParseServer. defaults to 1337.",
375+
"help": "The port to run the LiveQuery server. defaults to 1337.",
376376
"action": parsers.numberParser("port"),
377377
"default": 1337
378378
},

0 commit comments

Comments
 (0)