diff --git a/script/validate-changelog.ts b/script/validate-changelog.ts index e29cf9e63c..29d65f4e1e 100644 --- a/script/validate-changelog.ts +++ b/script/validate-changelog.ts @@ -44,7 +44,7 @@ try { changelogObj = JSON.parse(changelog) } catch { handleError( - 'The contents of changelog.json are not valid JSON. Please check the file contents and address this.' + 'Unable to parse the contents of changelog.json into a JSON object. Please review the file contents.' ) }