Skip to content

Commit 7486a0f

Browse files
committed
Fix grammar
1 parent 86556c3 commit 7486a0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hugoalh.GitHubActionsToolkit/module/step-summary.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Set-Alias -Name 'Add-StepSummarySuperscript' -Value 'Add-StepSummarySuperscriptT
215215
.SYNOPSIS
216216
GitHub Actions - Get Step Summary
217217
.DESCRIPTION
218-
Get step summary that previously added/setted from functions `Add-GitHubActionsStepSummary` and `Set-GitHubActionsStepSummary`.
218+
Get step summary that previously added/set from functions `Add-GitHubActionsStepSummary` and `Set-GitHubActionsStepSummary`.
219219
.PARAMETER Raw
220220
Whether to ignore newline characters and output the entire contents of a file in one string with the newlines preserved; By default, newline characters in a file are used as delimiters to separate the input into an array of strings.
221221
.PARAMETER Sizes
@@ -253,7 +253,7 @@ Function Get-StepSummary {
253253
.SYNOPSIS
254254
GitHub Actions - Remove Step Summary
255255
.DESCRIPTION
256-
Remove step summary that previously added/setted from functions `Add-GitHubActionsStepSummary` and `Set-GitHubActionsStepSummary`.
256+
Remove step summary that previously added/set from functions `Add-GitHubActionsStepSummary` and `Set-GitHubActionsStepSummary`.
257257
.OUTPUTS
258258
[Void]
259259
#>

0 commit comments

Comments
 (0)