web.md typo fixes (#2500)

Some small typo fixes.

Congrats on getting stable web support! And thanks!
This commit is contained in:
Eli Geller 2023-06-28 06:28:43 -04:00 committed by GitHub
parent e6cccafd40
commit 2538ed9e2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -288,7 +288,7 @@ its features out of the box with `WasmDatabase.open`.
### Migrating from custom `WasmDatabase`s
In older drift versios, you may have used a custom setup that loaded the WASM binary manually, created
In older drift versions, you may have used a custom setup that loaded the WASM binary manually, created
a `CommonSqlite3` instance with it and passed that to `WasmDatabase`.
{% include "blocks/snippet" snippets = snippets name = "migrate-wasm" %}
@ -322,7 +322,7 @@ object via `window.db`. If you need to quickly run a query to check the state of
`db.exec(sql)`.
If you need to delete your databases, there stored using local storage. You can clear all your data with `localStorage.clear()`.
Web support is experimental at the moment, so please [report all issues](https://github.com/simolus3/drift/issues/new) you find.
Web support is now stable, but please continue to [report all issues](https://github.com/simolus3/drift/issues/new) you find.
### Using IndexedDb
@ -410,7 +410,7 @@ targets:
- -O4
```
Nowm, run the compiler and copy the compiled worker JS files to `web/`:
Now, run the compiler and copy the compiled worker JS files to `web/`:
```shell
#Debug mode