We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb3e1c commit e83f13dCopy full SHA for e83f13d
coderd/httpapi/name.go
@@ -87,7 +87,7 @@ func UserRealNameValid(str string) error {
87
}
88
89
if strings.TrimSpace(str) != str {
90
- return xerrors.New("must not have leading or trailing white spaces")
+ return xerrors.New("must not have leading or trailing whitespace")
91
92
return nil
93
0 commit comments