Skip to content

Commit 3e2c35b

Browse files
authored
Fix typo in LibsqlTable.mdx
changed `platofrm` to `platform`
1 parent 6f1ac7a commit 3e2c35b

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)