aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/web
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2023-11-30 18:26:33 +0300
committerlevlam <levlam@telegram.org>2023-11-30 18:26:33 +0300
commit9096e646b852795ee4b75a0a27cb675209af4476 (patch)
treec77f05d696852cbfc348e3e1f21e5c6dd30dac90 /example/web
parent1604ee7b1d7bb1f339e7e3e0d288dec202e11d14 (diff)
Minor improvements.
Diffstat (limited to 'example/web')
-rw-r--r--example/web/tdweb/src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/web/tdweb/src/index.js b/example/web/tdweb/src/index.js
index ea66e48fc..e87e211f2 100644
--- a/example/web/tdweb/src/index.js
+++ b/example/web/tdweb/src/index.js
@@ -34,7 +34,7 @@ class TdClient {
* Create TdClient.
* @param {Object} options - Options for TDLib instance creation.
* @param {TdClient~updateCallback} options.onUpdate - Callback for all incoming updates.
- * @param {string} [options.instanceName=tdlib] - Name of the TDLib instance. Currently only one instance of TdClient with a given name is allowed. All but one instances with the same name will be automatically closed. Usually, the newest non-background instance is kept alive. Files will be stored in an IndexedDb table with the same name.
+ * @param {string} [options.instanceName=tdlib] - Name of the TDLib instance. Currently, only one instance of TdClient with a given name is allowed. All but one instances with the same name will be automatically closed. Usually, the newest non-background instance is kept alive. Files will be stored in an IndexedDb table with the same name.
* @param {boolean} [options.isBackground=false] - Pass true if the instance is opened from the background.
* @param {string} [options.jsLogVerbosityLevel=info] - The initial verbosity level of the JavaScript part of the code (one of 'error', 'warning', 'info', 'log', 'debug').
* @param {number} [options.logVerbosityLevel=2] - The initial verbosity level for the TDLib internal logging (0-1023).