Fix clinet typo

This commit is contained in:
CA Gustavo
2024-09-28 15:57:06 -05:00
committed by GitHub
parent 77e5b3b39a
commit d7f85f936f

View File

@@ -270,7 +270,7 @@ It has the following properties:
<Tab value="Vanilla"> <Tab value="Vanilla">
```ts title="user.svelte" ```ts title="user.svelte"
import { client } from "~/lib/client"; import { client } from "~/lib/client";
clinet.useSession.subscribe((value)=>{ client.useSession.subscribe((value)=>{
//do something with the session //do something with the session
}) })
``` ```