Update web.md

Correcting typo
This commit is contained in:
Lenz Paul 2023-08-23 10:52:40 -04:00 committed by GitHub
parent d06b0b0a77
commit 2597711c64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ More information about these results is available [below](#storages).
### Prerequisites ### Prerequisites
On all platforms, drift requires access to [sqlite3](https://sqlite.org/index.html), the popular 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 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. typically include a more recent version of that library with the `sqlite3_flutter_libs` package too.