From 2b04df0cf70f863f5f972fb9a48fcf7a6979cedd Mon Sep 17 00:00:00 2001
From: johnmarklumapac <102014089+johnmarklumapac@users.noreply.github.com>
Date: Wed, 12 Apr 2023 14:20:08 +0800
Subject: [PATCH] Wrong Spelling Added a 'e' from 'Writ' to 'Write'.
---
03_Day_Booleans_operators_date/03_booleans_operators_date.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/03_Day_Booleans_operators_date/03_booleans_operators_date.md b/03_Day_Booleans_operators_date/03_booleans_operators_date.md
index bb376ae..2ad61a2 100644
--- a/03_Day_Booleans_operators_date/03_booleans_operators_date.md
+++ b/03_Day_Booleans_operators_date/03_booleans_operators_date.md
@@ -571,7 +571,7 @@ console.log(`${date}/${month}/${year} ${hours}:${minutes}`) // 4/1/2020 0:56
1. Slope is m = (y2-y1)/(x2-x1). Find the slope between point (2, 2) and point(6,10)
1. Compare the slope of above two questions.
1. Calculate the value of y (y = x2 + 6x + 9). Try to use different x values and figure out at what x value y is 0.
-1. Writ a script that prompt a user to enter hours and rate per hour. Calculate pay of the person?
+1. Write a script that prompt a user to enter hours and rate per hour. Calculate pay of the person?
```sh
Enter hours: 40