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