From 83c438405367324e00e15d39f7ee82e2f467f2f6 Mon Sep 17 00:00:00 2001 From: Mohammed Anas Date: Fri, 8 Apr 2022 23:51:44 +0300 Subject: [PATCH] Make a small grammar fix --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 7601f49..6582076 100644 --- a/config.def.h +++ b/config.def.h @@ -18,5 +18,5 @@ static Timers timers[] = { { 300, "Time to start resting!"}, { 1500, "Time to start working!"}, { 300, "Time to start resting!"}, - { 900, "Time to take some nap!"}, + { 900, "Time to take a nap!" }, };