mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 00:22:43 -05:00
Fix typo "Crate" -> "Create"
see title
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user