Skip to content

Commit

Permalink
chore: update ConvertTo-Icon.ps1 (#2517)
Browse files Browse the repository at this point in the history
paramter -> parameter
  • Loading branch information
eltociear authored Aug 7, 2024
1 parent a0d15f1 commit c619d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/private/ConvertTo-Icon.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function ConvertTo-Icon {
# Handle the thrown exception here...
}
This Example make use of '-overrideIconFile' Optional Parameter, the default for this paramter is $true.
This Example make use of '-overrideIconFile' Optional Parameter, the default for this parameter is $true.
By doing '-overrideIconFile $false', the 'ConvertTo-Icon' function will raise an exception that needs to be catched throw a 'catch' Code Block,
otherwise it'll crash the running PowerShell instance/process.
Expand Down

0 comments on commit c619d02

Please sign in to comment.