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.
This commit is contained in:
Vin Howe 2019-06-11 15:04:25 -04:00 committed by GitHub
parent 90be75e9ae
commit 87646e97fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
ui.go
View File

@ -26,7 +26,7 @@ func render(wheel *Wheel, status *Status) termui.GridBufferer {
case BREAKING:
text = `It is time to take a break!
Once you a ready press [enter]
Once you are ready, press [enter]
to begin the next Pomodoro.
[q] - quit [p] - pause