Skip to content

Commit e8859ff

Browse files
priyashpatilTomWFox
authored andcommitted
Fix typo (#679)
Add android in available live query clients list
1 parent 0849e3a commit e8859ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/parse-server/live-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The `ws` protocol URL of the LiveQuery server is the hostname and port which the
3434

3535
## Client Setup
3636

37-
We provide JavaScript and iOS LiveQuery Clients for now. Lets use the JavaScript client as an example. In order to use LiveQuery, you need to initialize a `Parse.Query` object and subscribe to it.
37+
We provide JavaScript, Android and iOS LiveQuery Clients for now. Lets use the JavaScript client as an example. In order to use LiveQuery, you need to initialize a `Parse.Query` object and subscribe to it.
3838

3939
```javascript
4040
let query = new Parse.Query('People');

0 commit comments

Comments
 (0)