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 ({