fixed typos

This commit is contained in:
Gani Georgiev
2022-07-09 00:53:10 +03:00
parent d761fa12af
commit a26006ad56
16 changed files with 422 additions and 422 deletions
@@ -22,12 +22,12 @@
// Subscribe to changes in any record from the collection
client.Realtime.subscribe("${collection?.name}", function (e) {
console.log(e.data);
console.log(e.record);
});
// Subscribe to changes in a single record
client.Realtime.subscribe("${collection?.name}/RECORD_ID", function (e) {
console.log(e.data);
console.log(e.record);
});
// Unsubscribe