1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Fix documentation typo

changed "user name" to "username"
This commit is contained in:
Seongguk Jeong
2023-07-17 22:16:27 +09:00
committed by Josh Cummings
parent de1357cbd1
commit 8df8d4022e
@@ -208,7 +208,7 @@ public class User implements UserDetails, CredentialsContainer {
}
/**
* Creates a UserBuilder with a specified user name
* Creates a UserBuilder with a specified username
* @param username the username to use
* @return the UserBuilder
*/