docs: Order of arguments in pathSemanticCommitType description (#28258)

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
This commit is contained in:
Osip Fatkullin 2024-04-09 17:06:01 +03:00 committed by GitHub
parent e155173f30
commit 867471a528
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}'],