Skip to content

Commit 4af728b

Browse files
committed
20220930B
1 parent 3dfa612 commit 4af728b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

hugoalh.GitHubActionsToolkit/module/command-base.psm1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
.SYNOPSIS
55
GitHub Actions (Private) - Format Command Parameter Value
66
.DESCRIPTION
7-
Format command parameter value characters that can cause issues.
7+
Format the command parameter value characters that can cause issues.
88
.PARAMETER InputObject
9-
String that need to format command parameter value characters.
9+
String that need to format the command parameter value characters.
1010
.OUTPUTS
11-
[String] A string that formatted command parameter value characters.
11+
[String] A string that formatted the command parameter value characters.
1212
#>
1313
Function Format-CommandParameterValue {
1414
[CmdletBinding()]
@@ -26,11 +26,11 @@ Set-Alias -Name 'Format-CommandPropertyValue' -Value 'Format-CommandParameterVal
2626
.SYNOPSIS
2727
GitHub Actions (Private) - Format Command Value
2828
.DESCRIPTION
29-
Format command value characters that can cause issues.
29+
Format the command value characters that can cause issues.
3030
.PARAMETER InputObject
31-
String that need to format command value characters.
31+
String that need to format the command value characters.
3232
.OUTPUTS
33-
[String] A string that formatted command value characters.
33+
[String] A string that formatted the command value characters.
3434
#>
3535
Function Format-CommandValue {
3636
[CmdletBinding()]

0 commit comments

Comments
 (0)