Skip to content

Commit 4c86016

Browse files
docs: fix typo in cli help message (#3737)
1 parent 725b743 commit 4c86016

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

@commitlint/cli/src/cli.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ test('should print help', async () => {
524524
-H, --help-url help url in error message [string]
525525
-f, --from lower end of the commit range to lint; applies if
526526
edit=false [string]
527-
--git-log-args addditional git log arguments as space separated string,
527+
--git-log-args additional git log arguments as space separated string,
528528
example '--first-parent --cherry-pick' [string]
529529
-o, --format output format of the results [string]
530530
-p, --parser-preset configuration preset to use for

@commitlint/cli/src/cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const cli = yargs
7979
},
8080
'git-log-args': {
8181
description:
82-
"addditional git log arguments as space separated string, example '--first-parent --cherry-pick'",
82+
"additional git log arguments as space separated string, example '--first-parent --cherry-pick'",
8383
type: 'string',
8484
},
8585
format: {

0 commit comments

Comments
 (0)