From 2597711c64eda5bbecd22562fc97334cf937e275 Mon Sep 17 00:00:00 2001 From: Lenz Paul <34327253+bringbackthedog@users.noreply.github.com> Date: Wed, 23 Aug 2023 10:52:40 -0400 Subject: [PATCH] Update web.md Correcting typo --- docs/pages/docs/Other engines/web.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/docs/Other engines/web.md b/docs/pages/docs/Other engines/web.md index 59d7d3570..c13528b78 100644 --- a/docs/pages/docs/Other engines/web.md +++ b/docs/pages/docs/Other engines/web.md @@ -68,7 +68,7 @@ More information about these results is available [below](#storages). ### Prerequisites On all platforms, drift requires access to [sqlite3](https://sqlite.org/index.html), the popular -datase system written as a C library. +database system written as a C library. On native platforms, drift can use the sqlite3 library from your operating system. Flutter apps typically include a more recent version of that library with the `sqlite3_flutter_libs` package too.