aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authoromahs <73983677+omahs@users.noreply.github.com>2025-05-27 18:22:04 +0200
committerGitHub <noreply@github.com>2025-05-27 19:22:04 +0300
commite894536b2f46caad93f997448d2daff9431b19dd (patch)
tree1d0caae69c1196d67cce071d730f6d09a52d513e /example
parent95b3b876066dce353d02ff2f0d9f390b01588b1d (diff)
Fix typos (#3330)
Diffstat (limited to 'example')
-rw-r--r--example/web/tdweb/src/worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/web/tdweb/src/worker.js b/example/web/tdweb/src/worker.js
index ef4bc98ee..7e8bb5695 100644
--- a/example/web/tdweb/src/worker.js
+++ b/example/web/tdweb/src/worker.js
@@ -71,7 +71,7 @@ async function loadTdlibWasm(onFS, wasmUrl) {
}
let module = createTdwebModule({
onRuntimeInitialized: () => {
- log.info('runtime intialized');
+ log.info('runtime initialized');
onFS(module.FS);
},
instantiateWasm: (imports, successCallback) => {