Skip to content

Commit b9f9f41

Browse files
authored
Merge pull request #504 from EmilyxFox/main
fix: typo in LibsqlTable.mdx
2 parents cdfa5b8 + 3e2c35b commit b9f9f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mdx/LibsqlTable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| | |
22
| :----------------------- | :---------------------------------------------------------------------------------------------------------------------------------------- |
3-
| `@libsql/client` | defaults to `node` import, automatically changes to `web` if `target` or `platofrm` is set for bundler, e.g. `esbuild --platform=browser` |
3+
| `@libsql/client` | defaults to `node` import, automatically changes to `web` if `target` or `platform` is set for bundler, e.g. `esbuild --platform=browser` |
44
| `@libsql/client/node` | `node` compatible module, supports `:memory:`, `file`, `wss`, `http` and `turso` conneciton 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 |

0 commit comments

Comments
 (0)