diff options
| author | omahs <73983677+omahs@users.noreply.github.com> | 2025-05-27 18:22:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-27 19:22:04 +0300 |
| commit | e894536b2f46caad93f997448d2daff9431b19dd (patch) | |
| tree | 1d0caae69c1196d67cce071d730f6d09a52d513e /example | |
| parent | 95b3b876066dce353d02ff2f0d9f390b01588b1d (diff) | |
Fix typos (#3330)
Diffstat (limited to 'example')
| -rw-r--r-- | example/web/tdweb/src/worker.js | 2 |
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) => { |
