From 9e3fcde50dd657e472a6d93c0170a119d4760f02 Mon Sep 17 00:00:00 2001 From: Abiram <131433061+abiramcodes@users.noreply.github.com> Date: Tue, 7 Oct 2025 22:22:07 +0530 Subject: [PATCH] fix(curriculum): fix typo in lab-user-config-manager (#62576) --- .../lab-user-configuration-manager/684aaf9ec670c68d20efd0d0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/lab-user-configuration-manager/684aaf9ec670c68d20efd0d0.md b/curriculum/challenges/english/blocks/lab-user-configuration-manager/684aaf9ec670c68d20efd0d0.md index 8ec432e9de9..6c63bb5fbe9 100644 --- a/curriculum/challenges/english/blocks/lab-user-configuration-manager/684aaf9ec670c68d20efd0d0.md +++ b/curriculum/challenges/english/blocks/lab-user-configuration-manager/684aaf9ec670c68d20efd0d0.md @@ -115,7 +115,7 @@ The `add_setting` function should have two parameters. }) ``` -`add_setting({'theme': 'light'}, ('THEME': 'dark'))` should return the error message `Setting 'theme' already exists! Cannot add a new setting with this name.`. +`add_setting({'theme': 'light'}, ('THEME', 'dark'))` should return the error message `Setting 'theme' already exists! Cannot add a new setting with this name.`. ```js ({