From 5b816e334f551660b78dafaa8660149b699bd638 Mon Sep 17 00:00:00 2001 From: Priyash Patil <38959321+priyashpatil@users.noreply.github.com> Date: Mon, 28 Oct 2019 11:19:51 +0530 Subject: [PATCH] Fix typo Add android in available live query clients list --- _includes/parse-server/live-query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/parse-server/live-query.md b/_includes/parse-server/live-query.md index 7786b4240..2c3ea8237 100644 --- a/_includes/parse-server/live-query.md +++ b/_includes/parse-server/live-query.md @@ -34,7 +34,7 @@ The `ws` protocol URL of the LiveQuery server is the hostname and port which the ## Client Setup -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. +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. ```javascript let query = new Parse.Query('People');