fix: corrected spelling of invalid plugin config error (#1979)
This commit is contained in:
		
							parent
							
								
									37765ef36d
								
							
						
					
					
						commit
						80e1665037
					
				| @ -60,7 +60,7 @@ Your configuration for the \`tagFormat\` option is \`${stringify(tagFormat)}\`.` | |||||||
|     message: `The \`${type}\` plugin configuration is invalid.`, |     message: `The \`${type}\` plugin configuration is invalid.`, | ||||||
|     details: `The [${type} plugin configuration](${linkify(`docs/usage/plugins.md#${toLower(type)}-plugin`)}) ${ |     details: `The [${type} plugin configuration](${linkify(`docs/usage/plugins.md#${toLower(type)}-plugin`)}) ${ | ||||||
|       required ? 'is required and ' : '' |       required ? 'is required and ' : '' | ||||||
|     } must be a single or an array of plugins definition. A plugin definition is an npm module name, optionnaly wrapped in an array with an object. |     } must be a single or an array of plugins definition. A plugin definition is an npm module name, optionally wrapped in an array with an object. | ||||||
| 
 | 
 | ||||||
| Your configuration for the \`${type}\` plugin is \`${stringify(pluginConf)}\`.`, | Your configuration for the \`${type}\` plugin is \`${stringify(pluginConf)}\`.`, | ||||||
|   }), |   }), | ||||||
| @ -68,7 +68,7 @@ Your configuration for the \`${type}\` plugin is \`${stringify(pluginConf)}\`.`, | |||||||
|     message: 'The `plugins` configuration is invalid.', |     message: 'The `plugins` configuration is invalid.', | ||||||
|     details: `The [plugins](${linkify( |     details: `The [plugins](${linkify( | ||||||
|       'docs/usage/configuration.md#plugins' |       'docs/usage/configuration.md#plugins' | ||||||
|     )}) option must be an array of plugin definions. A plugin definition is an npm module name, optionnaly wrapped in an array with an object. |     )}) option must be an array of plugin definions. A plugin definition is an npm module name, optionally wrapped in an array with an object. | ||||||
| 
 | 
 | ||||||
| The invalid configuration is \`${stringify(plugin)}\`.`, | The invalid configuration is \`${stringify(plugin)}\`.`, | ||||||
|   }), |   }), | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user