Skip to content

Commit

Permalink
docs: fix typo in changelog page (#3730)
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Jan 30, 2023
1 parent 5c1fd35 commit 050f5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/customization/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ changelog:

# Group commits messages by given regex and title.
# Order value defines the order of the groups.
# Proving no regex means all commits will be grouped under the default group.
# Providing no regex means all commits will be grouped under the default group.
# Groups are disabled when using github-native, as it already groups things by itself.
# Matches are performed against strings of the form: "<abbrev-commit>[:] <title-commit>".
# Regex use RE2 syntax as defined here: https://github.com/google/re2/wiki/Syntax.
Expand Down

0 comments on commit 050f5a4

Please sign in to comment.