Skip to content

Commit fe6754d

Browse files
authored
fix(Auth): Fixing a typo in the Auth error message (#1782) (#1798)
1 parent fb54c00 commit fe6754d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AmplifyPlugins/Auth/AWSCognitoAuthPlugin/Support/Constants/AuthPluginErrorConstants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ extension AuthPluginErrorConstants {
146146
static let signInUsernameError: AuthPluginValidationErrorString = (
147147
"username",
148148
"Username is required to signIn",
149-
"Make sure that a valid username is passed during sigIn"
149+
"Make sure that a valid username is passed during signIn"
150150
)
151151

152152
static let signUpUsernameError: AuthPluginValidationErrorString = (

0 commit comments

Comments
 (0)