update error message wording
parent
f4507eea46
commit
1de8af5de1
|
@ -360,7 +360,10 @@ function getInvalidConfigPathDiagnostics(
|
|||
isValid(value[key])
|
||||
)
|
||||
if (firstValidKey) {
|
||||
message += ` Did you mean '${stitch([...keys, firstValidKey])}'?`
|
||||
message += ` Did you mean something like '${stitch([
|
||||
...keys,
|
||||
firstValidKey,
|
||||
])}'?`
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue