docs: fix typo in SSR performance section

The line was missing "the".

Co-authored-by: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com>
This commit is contained in:
Nate
2025-08-07 12:25:57 -04:00
committed by GitHub
parent bb7d504efe
commit 0fe1770404

View File

@@ -118,7 +118,7 @@ Here are examples of how you can do caching in different frameworks and environm
## SSR Optimizations
If you're using a framework that supports server-side rendering, it's usually best to pre-fetch user session on the server and use it as a fallback on the client.
If you're using a framework that supports server-side rendering, it's usually best to pre-fetch the user session on the server and use it as a fallback on the client.
```ts
const session = await auth.api.getSession({
@@ -147,4 +147,4 @@ Optimizing database performance is essential to get the best out of Better Auth.
<Callout>
We intend to add indexing support in our schema generation tool in the future.
</Callout>
</Callout>