From add8cd1fac4be3d64c1a13d194bfc8329e71c912 Mon Sep 17 00:00:00 2001 From: Dapooty <115031163+Dapooty@users.noreply.github.com> Date: Mon, 17 Oct 2022 07:49:16 -0700 Subject: [PATCH] Update Countdown-Timer-App.md Corrected a space- Built in - was Builtin --- Projects/1-Beginner/Countdown-Timer-App.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/1-Beginner/Countdown-Timer-App.md b/Projects/1-Beginner/Countdown-Timer-App.md index 7d2dc03a..c47e5272 100644 --- a/Projects/1-Beginner/Countdown-Timer-App.md +++ b/Projects/1-Beginner/Countdown-Timer-App.md @@ -13,7 +13,7 @@ event. ### Constraints -- Use only builtin language functions for your calculations rather than relying +- Use only built in language functions for your calculations rather than relying on a library or package like [MomentJS](https://momentjs.com/). This assumes, of course, that the language of your choice has adequate date and time manipulation functions built in.