Fixed incorrect word

while "wear" and "were" have similar pronunciation, one of them is better here than the other :)
This commit is contained in:
András Veres-Szentkirályi 2022-11-29 15:15:11 +01:00 committed by Àngel Ollé Blázquez
parent b51be74cab
commit 8db9ff30be

View File

@ -63,7 +63,7 @@ public class SecurityQuestionAssignment extends AssignmentEndpoint {
questions.put("What are the last 5 digits of your drivers license?", "Is subject to change, and the last digit of your driver license might follow a specific pattern. (For example your birthday).");
questions.put("What was your childhood nickname?", "Not all people had a nickname.");
questions.put("Who was your childhood hero?", "Most Heroes we had as a child where quite obvious ones, like Superman for example.");
questions.put("On which wrist do you were your watch?", "There are only to possible real answers, so really easy to guess.");
questions.put("On which wrist do you wear your watch?", "There are only to possible real answers, so really easy to guess.");
questions.put("What is your favorite color?", "Can easily be guessed.");
}