Skip to content

Commit

Permalink
Fix typo in description of New-BcCompilerFolder (#3711)
Browse files Browse the repository at this point in the history
  • Loading branch information
someC0d3r authored Oct 10, 2024
1 parent 7100462 commit f95c2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CompilerFolderHandling/New-BcCompilerFolder.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.SYNOPSIS
Create a new Compiler Folder
.DESCRIPTION
Create a folder containing all the necessary pieces from the artifatcs to compile apps without the need of a container
Create a folder containing all the necessary pieces from the artifacts to compile apps without the need of a container
Returns a compilerFolder path, which can be used for functions like Compile-AppWithBcCompilerFolder or Remove-BcCompilerFolder
.PARAMETER artifactUrl
Artifacts URL to download the compiler and all .app files from
Expand Down

0 comments on commit f95c2a5

Please sign in to comment.