Skip to content

Commit

Permalink
chore: fix typo (@m4dd0c) (#6121)
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dd0c authored Dec 21, 2024
1 parent 5454414 commit 2431ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/src/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const UserNameSchema = doesNotContainProfanity(
.max(16)
.regex(
/^[\da-zA-Z_-]+$/,
"Can only contain lower/uppercase letters, underscare and minus."
"Can only contain lower/uppercase letters, underscore and minus."
)
);

Expand Down

0 comments on commit 2431ae3

Please sign in to comment.