From d98a667f229d5f5baba07cedbbcc802d623732d5 Mon Sep 17 00:00:00 2001 From: OmerDiaaeldin Date: Sun, 26 May 2024 14:22:00 +0100 Subject: [PATCH] grammatical error --- 18_Day_Promises/18_day_promises.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/18_Day_Promises/18_day_promises.md b/18_Day_Promises/18_day_promises.md index 50545f869..a8bc3a1c0 100644 --- a/18_Day_Promises/18_day_promises.md +++ b/18_Day_Promises/18_day_promises.md @@ -140,7 +140,7 @@ doPromise ``` The above promise has been settled with resolve. -Let us another example when the promise is settled with reject. +Let us see another example when the promise is settled with reject. ```js // Promise