Skip to content

Commit

Permalink
docs(load-parser-config): corrected spelling
Browse files Browse the repository at this point in the history
for #296
  • Loading branch information
travi committed May 26, 2023
1 parent ee05151 commit abd2a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/load-parser-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import conventionalChangelogAngular from 'conventional-changelog-angular';
*
* @param {Object} pluginConfig The plugin configuration.
* @param {Object} pluginConfig.preset conventional-changelog preset ('angular', 'atom', 'codemirror', 'ember', 'eslint', 'express', 'jquery', 'jscs', 'jshint')
* @param {String} pluginConfig.config Requirable npm package with a custom conventional-changelog preset
* @param {Object} pluginConfig.parserOpts Additionnal `conventional-changelog-parser` options that will overwrite ones loaded by `preset` or `config`.
* @param {String} pluginConfig.config Requireable npm package with a custom conventional-changelog preset
* @param {Object} pluginConfig.parserOpts Additional `conventional-changelog-parser` options that will overwrite ones loaded by `preset` or `config`.
* @param {Object} context The semantic-release context.
* @param {String} context.cwd The current working directory.
* @return {Promise<Object>} a `Promise` that resolve to the `conventional-changelog-parser` options.
Expand Down

0 comments on commit abd2a7e

Please sign in to comment.