You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the input is any of these: ["WiFi", "wifi", "Wifi"] the expected AND actual behaviour is: "..." must be spelled "Wi-Fi"
But when the input is "Wi-Fi" it also says, "Wi-Fi" must be spelled "Wi-Fi"
As a reference, I'm using it a little bit modified, but you get the idea:
The text was updated successfully, but these errors were encountered:
And I also noticed that it's not possible to ignore the word "Wi-Fi", probably because of the same error: It's not regonized because of the hyphen... Just a guess!
It's impossible to get the word "Wi-Fi" right.
If the input is any of these:
["WiFi", "wifi", "Wifi"]
the expected AND actual behaviour is:"..." must be spelled "Wi-Fi"
But when the input is
"Wi-Fi"
it also says,"Wi-Fi" must be spelled "Wi-Fi"
As a reference, I'm using it a little bit modified, but you get the idea:
The text was updated successfully, but these errors were encountered: