Author: Vin Howe [24789592+iiridescent@users.noreply.github.com]
Committer: GitHub [noreply@github.com] Tue, 11 Jun 2019 19:04:25 +0000
Hash: 87646e97fe83251cbdc89d90a2200061d04a890e
Timestamp: Tue, 11 Jun 2019 19:04:25 +0000 (5 years ago)

+1 -1 +/-1 browse
Fix typos in break screen
Fix typos in break screen

I also suggest using contractions ("It is" -> "It's", "you are" -> "you're") to make the message less formal. Those changes are stylistic, so I won't include them in this PR.
1diff --git a/ui.go b/ui.go
2index 3123783..f9b42fc 100644
3--- a/ui.go
4+++ b/ui.go
5 @@ -26,7 +26,7 @@ func render(wheel *Wheel, status *Status) termui.GridBufferer {
6 case BREAKING:
7 text = `It is time to take a break!
8
9- Once you a ready press [enter]
10+ Once you are ready, press [enter]
11 to begin the next Pomodoro.
12
13 [q] - quit [p] - pause