diff --git a/src/lib/types.ts b/src/lib/types.ts index 471fba910..2129c01b7 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -444,7 +444,7 @@ export interface AdminUserAttributes extends Omit { * * Allows you to specify a password hash for the user. This is useful for migrating a user's password hash from another service. * - * Supports bcryot and argon2 password hashes. + * Supports bcrypt and argon2 password hashes. */ password_hash?: string