From c486fc5d57fce6528e679bf332e1cde0ce05b655 Mon Sep 17 00:00:00 2001 From: Aamish Bharati <146932136+AamishB@users.noreply.github.com> Date: Fri, 26 Sep 2025 16:44:47 +0530 Subject: [PATCH] =?UTF-8?q?fix(curriculum):=20correct=20typo=20in=20Navbar?= =?UTF-8?q?=20("remainder"=20=E2=86=92=20"reminder")=20(#62378)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workshop-reusable-mega-navbar/67457ff2dc531fbed928a0f0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/workshop-reusable-mega-navbar/67457ff2dc531fbed928a0f0.md b/curriculum/challenges/english/blocks/workshop-reusable-mega-navbar/67457ff2dc531fbed928a0f0.md index 007295c03e1..f4afce89efa 100644 --- a/curriculum/challenges/english/blocks/workshop-reusable-mega-navbar/67457ff2dc531fbed928a0f0.md +++ b/curriculum/challenges/english/blocks/workshop-reusable-mega-navbar/67457ff2dc531fbed928a0f0.md @@ -11,7 +11,7 @@ Now it is time to build out the `Navbar` component using JSX. You learned in the previous lectures that JSX is a syntax extension for JavaScript that allows you to write HTML-like code within JavaScript, making it easier to create and manage React components. -Here is a remainder of what JSX looks like: +Here is a reminder of what JSX looks like: ```jsx const App = () => {