From 4eaeaab410564a2713188c16d87c797ffa5e8eb9 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Tue, 13 Feb 2024 22:31:56 +0100 Subject: [PATCH] Fix typo in wasm docs --- drift/lib/src/web/wasm_setup/types.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift/lib/src/web/wasm_setup/types.dart b/drift/lib/src/web/wasm_setup/types.dart index 8971e573..8dcffd74 100644 --- a/drift/lib/src/web/wasm_setup/types.dart +++ b/drift/lib/src/web/wasm_setup/types.dart @@ -57,7 +57,7 @@ enum WasmStorageImplementation { /// implementation. /// /// While being less efficient than [opfsShared], this mode is also very - /// reliably and used by the official WASM builds of the sqlite3 project as + /// reliable and used by the official WASM builds of the sqlite3 project as /// well. /// /// It requires [cross-origin isolation], which needs to be enabled by serving