Fixed spelling

This commit is contained in:
Joel Biddle
2023-08-23 02:56:03 +10:00
parent ea262da505
commit 25fc508d5e

View File

@@ -78,8 +78,7 @@ const checkPassword = async ({ password, setErrors }: CheckPasswordParams): Prom
password
)
) {
errors.specialChar =
"at least 1 special character (emojis and many langauge scripts supported)";
errors.specialChar = "at least 1 special character (emojis, symbols & non-Latin languages)";
}
// repeatedChar