Skip to content

Commit

Permalink
fix typo (#581)
Browse files Browse the repository at this point in the history
Co-authored-by: Vladimír Mach <machv@microsoft.com>
  • Loading branch information
machv and Vladimír Mach committed Mar 26, 2024
1 parent 07c3e34 commit 182faf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/0_Shared.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ function Send-TelemetryEvent {
}
}

function Send-TelemetryEvent {
function Send-TelemetryEvents {
param(
[Parameter(Mandatory = $true)]
[array]$Events
Expand Down

0 comments on commit 182faf0

Please sign in to comment.