fix(curriculum): add missing ')' to Build a User Configuration Manager test (#62580)

This commit is contained in:
Robert Jarman
2025-10-07 13:33:57 -04:00
committed by GitHub
parent 1b4dbd1956
commit 940a38127b
@@ -128,7 +128,7 @@ The `add_setting` function should have two parameters.
}) })
``` ```
`add_setting({'theme': 'light'}, ('volume', 'high')` should add a new key-value pair and return the success message `Setting 'volume' added with value 'high' successfully!`. `add_setting({'theme': 'light'}, ('volume', 'high'))` should add a new key-value pair and return the success message `Setting 'volume' added with value 'high' successfully!`.
```js ```js
({ ({