Skip to content

Commit abd2a7e

Browse files
committed
docs(load-parser-config): corrected spelling
for #296
1 parent ee05151 commit abd2a7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/load-parser-config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import conventionalChangelogAngular from 'conventional-changelog-angular';
1010
*
1111
* @param {Object} pluginConfig The plugin configuration.
1212
* @param {Object} pluginConfig.preset conventional-changelog preset ('angular', 'atom', 'codemirror', 'ember', 'eslint', 'express', 'jquery', 'jscs', 'jshint')
13-
* @param {String} pluginConfig.config Requirable npm package with a custom conventional-changelog preset
14-
* @param {Object} pluginConfig.parserOpts Additionnal `conventional-changelog-parser` options that will overwrite ones loaded by `preset` or `config`.
13+
* @param {String} pluginConfig.config Requireable npm package with a custom conventional-changelog preset
14+
* @param {Object} pluginConfig.parserOpts Additional `conventional-changelog-parser` options that will overwrite ones loaded by `preset` or `config`.
1515
* @param {Object} context The semantic-release context.
1616
* @param {String} context.cwd The current working directory.
1717
* @return {Promise<Object>} a `Promise` that resolve to the `conventional-changelog-parser` options.

0 commit comments

Comments
 (0)