Skip to content

Commit

Permalink
Fixed typo on "You din't win anything". (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
franl08 authored Feb 18, 2022
1 parent bb1498d commit 9d97c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/attendee/wheel.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function WheelPage() {
} else if (response.prize.name == "Nada") {
updateWheelMessage(
<WheelMessage
title="You din't win anything!"
title="You didn't win anything!"
description="Better luck next time."
onExit={(_) => updateWheelMessage(null)}
/>
Expand Down

0 comments on commit 9d97c81

Please sign in to comment.