website: clarify error message in plugin config check

This commit is contained in:
Zach Shilton 2021-03-20 21:50:20 -04:00
parent 55012937a9
commit c100b56d44
No known key found for this signature in database
GPG Key ID: 487BAB946192712E
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ async function checkPluginDocs() {
);
if (undefinedProps.length > 0) {
throw new Error(
`Failed to validate plugin docs. Undefined configuration properties ${JSON.stringify(
`Failed to validate plugin docs config. Undefined configuration properties ${JSON.stringify(
undefinedProps
)} found for "${
title || pluginEntry.path || repo