From bc8551c0253dcf5d9dff58d7f32a8f960c2c4413 Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Thu, 4 Oct 2018 01:18:49 -0400 Subject: [PATCH] fix: typo in `EPLUGINCONF` error message --- lib/definitions/errors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.`,