Skip to content

Commit

Permalink
[#26] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
blyscuit committed Jan 30, 2023
1 parent d52f9b8 commit 7444c09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct SurveyQuestionView: View {
.opacity(0.5)
.padding(.top, .largePadding)
.accessibility(.surveyQuestion(.detailText))
Text("Howd?")
Text("How are you?")
.font(.boldLarge)
.foregroundColor(.white)
.padding(.top, .tinyPadding)
Expand Down

0 comments on commit 7444c09

Please sign in to comment.