Skip to content

Commit 7e802da

Browse files
Docs - Apply suggestions from code review
Co-authored-by: kirkrodrigues <[email protected]>
1 parent 8c299fb commit 7e802da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

new-log-viewer/src/utils/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const CONFIG_DEFAULT: ConfigMap = Object.freeze({
3131
* @param props.key
3232
* @param props.value
3333
* @return `null` if the value is valid, or an error message otherwise.
34-
* @throws {Error} If the config item should not be handled by the config utilities.
34+
* @throws {Error} If the config item cannot be managed by these config utilities.
3535
*/
3636
const testConfig = ({key, value}: ConfigUpdate): Nullable<string> => {
3737
let result = null;

0 commit comments

Comments
 (0)