Skip to content

Commit 9cf4fb0

Browse files
committed
Updating subscribe docs.
1 parent a1e48fe commit 9cf4fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParseQuery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ export default class ParseQuery {
990990
/**
991991
* Subscribe this query to get liveQuery updates
992992
* @method subscribe
993-
* @return {Parse.Promise} A promise that is resolved with a liveQuerySubscription
993+
* @return {LiveQuerySubscription} Returns the liveQuerySubscription, it's an event emitter
994994
* which can be used to get liveQuery updates.
995995
*/
996996
subscribe(): any {

0 commit comments

Comments
 (0)