diff --git a/lib/definitions/errors.js b/lib/definitions/errors.js index 64aa1fa5..de5611ac 100644 --- a/lib/definitions/errors.js +++ b/lib/definitions/errors.js @@ -63,7 +63,7 @@ Your configuration for the \`tagFormat\` option is \`${stringify(tagFormat)}\`.` multiple ? 'a single or an array of plugins' : 'a single plugin' } definition. A plugin definition is either a string or an object with a \`path\` property. - Your configuration for the \`${type}\` plugin is \`${stringify(pluginConf)}\`.`, +Your configuration for the \`${type}\` plugin is \`${stringify(pluginConf)}\`.`, }), EPLUGIN: ({pluginName, type}) => ({ message: `A plugin configured in the step ${type} is not a valid semantic-release plugin.`,