Skip to content

Commit 8e052b2

Browse files
authored
update msg from 'all parameter set' to 'all parameter sets' (#22710)
1 parent 30b8ef4 commit 8e052b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/BreakingChanges/GetUpcomingBreakingChange.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ Function Export-BreakingChangeMessageOfCmdlet
577577
}
578578
Else
579579
{
580-
$Result += "`n- Cmdlet breaking-change will happen to all parameter set`n"
580+
$Result += "`n- Cmdlet breaking-change will happen to all parameter sets`n"
581581
}
582582
ForEach ($breakingChangeMsg In $CmdletBreakingChangeInfo[$ParameterSetName]['CmdletBreakingChange'])
583583
{

0 commit comments

Comments
 (0)