Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzaldysanchez committed Jul 19, 2022
1 parent 3f70aaf commit 1acfb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/utils/password.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var TrailingWhitespace = regexp.MustCompile(`\s+$`)
var (
ErrMsgHeader = fmt.Sprintf(`
Expected password complexity:
Must be a least %d characters long
Must be at least %d characters long
Must not comprise:
Leading or trailing whitespace
A user's API email
Expand Down

0 comments on commit 1acfb1a

Please sign in to comment.