From 182faf0f0e75abfb1dc0371c60734d804353a9a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr?= Date: Tue, 26 Mar 2024 16:22:39 +0100 Subject: [PATCH] fix typo (#581) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: VladimĂ­r Mach --- Scripts/0_Shared.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/0_Shared.ps1 b/Scripts/0_Shared.ps1 index 3a4893db..ef7eaebc 100644 --- a/Scripts/0_Shared.ps1 +++ b/Scripts/0_Shared.ps1 @@ -308,7 +308,7 @@ function Send-TelemetryEvent { } } -function Send-TelemetryEvent { +function Send-TelemetryEvents { param( [Parameter(Mandatory = $true)] [array]$Events