Skip to content

Commit d6fdecc

Browse files
v1valexcanessa
authored andcommitted
fix typo in the docs (#216)
1 parent aed5a1a commit d6fdecc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_data/changelog-options.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-
22
short: '-G'
33
name: generate
4-
description: 'Generate the changelog with gren rather then using the repo releases'
4+
description: 'Generate the changelog with gren rather than using the repo releases'
55
-
66
short: '-f'
77
name: changelog-filename

lib/_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
short: '-G',
1212
name: 'generate',
1313
description:
14-
'Generate the changelog with gren rather then using the repo releases'
14+
'Generate the changelog with gren rather than using the repo releases'
1515
},
1616
{
1717
short: '-f',

0 commit comments

Comments
 (0)