From 5e64d04c192761270ced96d0ab1437a07b6c5e90 Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Tue, 1 May 2018 10:26:59 +0200 Subject: [PATCH] Update sync.js (#1773) --- docs/sync.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sync.js b/docs/sync.js index 0e3c02f6..8afcfddd 100644 --- a/docs/sync.js +++ b/docs/sync.js @@ -640,7 +640,7 @@ class Worker { */ class Adapter { /** - * Create a new Adapter to moitor and process changes made across multiple Realms + * Create a new Adapter to monitor and process changes made across multiple Realms * @param {string} localPath - the local path where realm files are stored * @param {string} serverUrl - the sync server to listen to * @param {SyncUser} adminUser - an admin user obtained by calling `new Realm.Sync.User.adminUser`