Skip to content

Commit

Permalink
docs: Order of arguments in pathSemanticCommitType description (#28258)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <[email protected]>
Co-authored-by: Rhys Arkins <[email protected]>
  • Loading branch information
3 people authored Apr 9, 2024
1 parent e155173 commit 867471a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/presets/internal/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ export const presets: Record<string, Preset> = {
},
pathSemanticCommitType: {
description:
'Use semanticCommitType `{{arg0}}` for all package files matching path `{{arg1}}`.',
'Use semanticCommitType `{{arg1}}` for all package files matching path `{{arg0}}`.',
packageRules: [
{
matchFileNames: ['{{arg0}}'],
Expand Down

0 comments on commit 867471a

Please sign in to comment.