From 5de095acec7673c6ddd2d8b40692fe36f47a7dfc Mon Sep 17 00:00:00 2001 From: Matt Davison Date: Sat, 1 Oct 2022 10:16:42 +0100 Subject: [PATCH] Update spelling in Chrome-Theme-Extension.md --- Projects/2-Intermediate/Chrome-Theme-Extension.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/2-Intermediate/Chrome-Theme-Extension.md b/Projects/2-Intermediate/Chrome-Theme-Extension.md index b52ea45e..b4aa2c91 100644 --- a/Projects/2-Intermediate/Chrome-Theme-Extension.md +++ b/Projects/2-Intermediate/Chrome-Theme-Extension.md @@ -2,7 +2,7 @@ **Tier:** 2-Intermediate -Build your own customized chrome theme extension. You can also add night light (also known as blue light filter) feature that will automatically turn on during the night time so that user's eye won't get stressed while coding whole night or binge watching netflix 😛 +Build your own customized chrome theme extension. You can also add a night light (also known as blue light filter) feature that will automatically turn on during the night time so that user's eyes won't become strained while coding all night, or binge watching netflix 😛 - How chrome extension work(behind the scenes). - Basic understanding of HTML/CSS, JS, JSON is required.