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 3b36e8d commit b11c7cf
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 b11c7cf

Please sign in to comment.