Skip to content
Snippets Groups Projects
Commit c599b485 authored by Felipe D'Abrantes's avatar Felipe D'Abrantes
Browse files

Fix a spelling mistake on a question

parent f2f18579
No related branches found
No related tags found
1 merge request!34Prepare for submission
...@@ -37,7 +37,7 @@ object QuestionRepository { ...@@ -37,7 +37,7 @@ object QuestionRepository {
try { try {
Question.createQuestionAsync("What is your favourite food?") Question.createQuestionAsync("What is your favourite food?")
Question.createQuestionAsync("What is your dream holiday destination?") Question.createQuestionAsync("What is your dream holiday destination?")
Question.createQuestionAsync("What us your favourite local spot?") Question.createQuestionAsync("What is your favourite local spot?")
println("Successfully seeded Question Database!") println("Successfully seeded Question Database!")
} catch { } catch {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment