docs: Typo fix (#327)

This commit is contained in:
Md Mazedul Islam Khan
2024-10-24 20:49:39 +03:00
committed by GitHub
parent 02a3b264dd
commit 70bbf1bfce
+1 -1
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**