Skip to content

Commit 2431ae3

Browse files
authored
chore: fix typo (@m4dd0c) (monkeytypegame#6121)
1 parent 5454414 commit 2431ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contracts/src/users.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const UserNameSchema = doesNotContainProfanity(
4545
.max(16)
4646
.regex(
4747
/^[\da-zA-Z_-]+$/,
48-
"Can only contain lower/uppercase letters, underscare and minus."
48+
"Can only contain lower/uppercase letters, underscore and minus."
4949
)
5050
);
5151

0 commit comments

Comments
 (0)