fix: typo in EPLUGINCONF error message

This commit is contained in:
Pierre Vanduynslager
2018-10-04 01:49:44 -04:00
parent 234a9105f6
commit bc8551c025
+1 -1
View File
@@ -63,7 +63,7 @@ Your configuration for the \`tagFormat\` option is \`${stringify(tagFormat)}\`.`
multiple ? 'a single or an array of plugins' : 'a single plugin' 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. } 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}) => ({ EPLUGIN: ({pluginName, type}) => ({
message: `A plugin configured in the step ${type} is not a valid semantic-release plugin.`, message: `A plugin configured in the step ${type} is not a valid semantic-release plugin.`,