mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): fix typo in lab-user-config-manager (#62576)
This commit is contained in:
parent
1343692a36
commit
9e3fcde50d
@ -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
|
||||
({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user