Skip to content

Commit 38b17f6

Browse files
authored
Fix typo in LibsqlTable.mdx
changed `conneciton` to `connection`
1 parent bc31366 commit 38b17f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mdx/LibsqlTable.mdx

Lines changed: 2 additions & 2 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 |
77
| `@libsql/client/ws` | module for `ws` and `wss` conneciton protocols |
8-
| `@libsql/client/sqlite3` | module for `:memory:` and `file` conneciton 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)