Fix typo "Crate" -> "Create"

see title
This commit is contained in:
Arian Joyandeh
2025-11-13 17:11:17 +01:00
committed by GitHub
parent ea1cf04d76
commit b64c4e98de

View File

@@ -224,7 +224,7 @@ const myPlugin = ()=>{
This will add an `age` field to the `user` table and all `user` returning endpoints will include the `age` field and it'll be inferred properly by typescript.
<Callout type="warn">
Don't store sensitive information in `user` or `session` table. Crate a new table if you need to store sensitive information.
Don't store sensitive information in `user` or `session` table. Create a new table if you need to store sensitive information.
</Callout>
### Hooks
@@ -534,4 +534,4 @@ If you need to use better fetch plugins you can pass them to the `fetchPlugins`
This is only useful if you want to provide `hooks` like `useSession` and you want to listen to atoms and re-evaluate them when they change.
You can see how this is used in the built-in plugins.
You can see how this is used in the built-in plugins.