mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-18 09:36:34 +00:00
Fix typo in docs
This commit is contained in:
parent
0eaa27f30f
commit
9d5ed20919
@ -408,7 +408,7 @@ class Adapter {
|
|||||||
* @param {string} local_path - the local path where realm files are stored
|
* @param {string} local_path - the local path where realm files are stored
|
||||||
* @param {string} server_url - the sync server to listen to
|
* @param {string} server_url - the sync server to listen to
|
||||||
* @param {SyncUser} admin_user - an admin user obtained by calling `new Realm.Sync.User.adminUser`
|
* @param {SyncUser} admin_user - an admin user obtained by calling `new Realm.Sync.User.adminUser`
|
||||||
* @param {string} regex - a regular expression used to determine which cahnged Realms should be monitored -
|
* @param {string} regex - a regular expression used to determine which changed Realms should be monitored -
|
||||||
* use `.*` to match all all Realms
|
* use `.*` to match all all Realms
|
||||||
* @param {function(realm_path)} change_callback - called when a new transaction is available
|
* @param {function(realm_path)} change_callback - called when a new transaction is available
|
||||||
* to process for the given realm_path
|
* to process for the given realm_path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user