docs: Typo fix (#327)

This commit is contained in:
Md Mazedul Islam Khan
2024-10-24 19:49:39 +02:00
committed by GitHub
parent 02a3b264dd
commit 70bbf1bfce

View File

@@ -526,7 +526,7 @@ Better Auth uses `nanoId` by default to generate unique IDs for users, sessions,
**Guidelines:**
- IDs need to be in string format.
- he ID should be unique for each entity type (like users, sessions, etc.).
- The ID should be unique for each entity type (like users, sessions, etc.).
- Since the session ID acts as the token, it should be both unique and sufficiently long for security.
**Example: Built In Kysley Adapter**