diff --git a/ext/wasm/index.html b/ext/wasm/index.html
index a1cc194854..562bb9b5ef 100644
--- a/ext/wasm/index.html
+++ b/ext/wasm/index.html
@@ -50,7 +50,7 @@
worker due to an Emscripten limitation.
scratchpad-opfs-worker:
experimenting with OPFS from a Worker thread (without WASMFS).
- x-sync-async is an
+ x-sync-async is an
experiment in implementing a syncronous sqlite3 VFS proxy
for a fully synchronous backend interface (namely OPFS), using SharedArrayBuffer
and the Atomics APIs to regulate communication between the synchronous
diff --git a/ext/wasm/x-sync-async.html b/ext/wasm/x-sync-async.html
index ec0a6353b5..b83d93378c 100644
--- a/ext/wasm/x-sync-async.html
+++ b/ext/wasm/x-sync-async.html
@@ -17,6 +17,6 @@
-
+