Skip to content

Commit e83f13d

Browse files
authored
fix: typo in whitespace (#11667)
1 parent 5eb3e1c commit e83f13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/httpapi/name.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func UserRealNameValid(str string) error {
8787
}
8888

8989
if strings.TrimSpace(str) != str {
90-
return xerrors.New("must not have leading or trailing white spaces")
90+
return xerrors.New("must not have leading or trailing whitespace")
9191
}
9292
return nil
9393
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy