Make a small grammar fix

This commit is contained in:
Mohammed Anas 2022-04-08 23:51:44 +03:00 committed by Ivan Tham
parent b90123aca0
commit 83c4384053

View File

@ -18,5 +18,5 @@ static Timers timers[] = {
{ 300, "Time to start resting!"}, { 300, "Time to start resting!"},
{ 1500, "Time to start working!"}, { 1500, "Time to start working!"},
{ 300, "Time to start resting!"}, { 300, "Time to start resting!"},
{ 900, "Time to take some nap!"}, { 900, "Time to take a nap!" },
}; };