Skip to content

Commit 12a9bf5

Browse files
fix: typo colapsing -> collapsing
1 parent 7650697 commit 12a9bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helpers/Helpers.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ function Set-GitHubLogGroup {
11161116
11171117
.DESCRIPTION
11181118
DSL approach for GitHub Action commands.
1119-
Allows for colapsing of code in IDE for code that belong together.
1119+
Allows for collapsing of code in IDE for code that belong together.
11201120
11211121
.EXAMPLE
11221122
Set-GitHubLogGroup -Name 'MyGroup' -ScriptBlock {

0 commit comments

Comments
 (0)