diff --git a/docs/pages/basics/users.md b/docs/pages/basics/users.md index 426c7e611..d7d8511a0 100644 --- a/docs/pages/basics/users.md +++ b/docs/pages/basics/users.md @@ -39,7 +39,7 @@ const id = generateRandomString(15, alphabet("a-z", "A-Z", "0-9")); ## Define user attributes -Defining custom session attributes requires 2 steps. First, add the required columns to the user table. You can type it by declaring the `Register.DatabaseUserAttributes` type (must be an interface). +Defining custom user attributes requires 2 steps. First, add the required columns to the user table. You can type it by declaring the `Register.DatabaseUserAttributes` type (must be an interface). ```ts declare module "lucia" {