fix(curriculum): fix typo in lab-user-config-manager (#62576)

This commit is contained in:
Abiram 2025-10-07 22:22:07 +05:30 committed by GitHub
parent 1343692a36
commit 9e3fcde50d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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