Skip to content

Commit a88e60b

Browse files
authored
Merge pull request #566 from melkir/patch-2
Fix typo in LibsqlTable.mdx
2 parents 3e8af5e + 38636d8 commit a88e60b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mdx/LibsqlTable.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
| | |
22
| :----------------------- | :---------------------------------------------------------------------------------------------------------------------------------------- |
33
| `@libsql/client` | defaults to `node` import, automatically changes to `web` if `target` or `platform` is set for bundler, e.g. `esbuild --platform=browser` |
4-
| `@libsql/client/node` | `node` compatible module, supports `:memory:`, `file`, `wss`, `http` and `turso` conneciton protocols |
4+
| `@libsql/client/node` | `node` compatible module, supports `:memory:`, `file`, `wss`, `http` and `turso` connection protocols |
55
| `@libsql/client/web` | module for fullstack web frameworks like `next`, `nuxt`, `astro`, etc. |
66
| `@libsql/client/http` | module for `http` and `https` connection protocols |
7-
| `@libsql/client/ws` | module for `ws` and `wss` conneciton protocols |
8-
| `@libsql/client/sqlite3` | module for `:memory:` and `file` conneciton protocols |
7+
| `@libsql/client/ws` | module for `ws` and `wss` connection protocols
8+
| `@libsql/client/sqlite3` | module for `:memory:` and `file` connection protocols |
99
| `@libsql/client-wasm` | Separate experimental package for WASM |

0 commit comments

Comments
 (0)