docs: fix typo in cookies.mdx (#182)

fix typo in cookies.mdx which said ¨expiremental¨ instead of ¨experimental¨
This commit is contained in:
Hans Piña
2024-10-15 14:02:28 -03:00
committed by GitHub
parent d885e2f3af
commit b48ec12f28

View File

@@ -9,7 +9,7 @@ Core Better Auth cookies like `session` and `csrf` will follow `betterauth.${coo
All cookies are `httpOnly` and `secure` if the server is running in production mode.
### Cross Subdomain Cookies (🧪 Expiremental)
### Cross Subdomain Cookies (🧪 Experimental)
Sometimes you may need to share cookies across subdomains. For example, if you have `app.example.com` and `example.com`, and if you authenticate on `example.com`, you may want to access the same session on `app.example.com`.
@@ -80,4 +80,4 @@ Untrusted requests without valid tokens will result in a `403` error.
<Callout type="warn">
You can also disable CSRF token check for all clients by setting `advanced.disableCSRFCheck` option on the server. You should only do this if your framework handles CSRF protection itself.
</Callout>
</Callout>