From 34e0988cd404d0ba3765648949cbca623aa388fc Mon Sep 17 00:00:00 2001 From: Nilesh Mukherjee Date: Wed, 2 Apr 2025 20:59:57 +0530 Subject: [PATCH] Fix: Rename Initalize-InstallAppEntry.ps1 to Initialize-InstallAppEntry.ps1 --- ...alize-InstallAppEntry.ps1 => Initialize-InstallAppEntry.ps1} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename functions/private/{Initalize-InstallAppEntry.ps1 => Initialize-InstallAppEntry.ps1} (99%) diff --git a/functions/private/Initalize-InstallAppEntry.ps1 b/functions/private/Initialize-InstallAppEntry.ps1 similarity index 99% rename from functions/private/Initalize-InstallAppEntry.ps1 rename to functions/private/Initialize-InstallAppEntry.ps1 index 47268a18..42266106 100644 --- a/functions/private/Initalize-InstallAppEntry.ps1 +++ b/functions/private/Initialize-InstallAppEntry.ps1 @@ -1,7 +1,7 @@ function Initialize-InstallAppEntry { <# .SYNOPSIS - Creates the app entry to be placed on the isntall tab for a given app + Creates the app entry to be placed on the install tab for a given app Used to as part of the Install Tab UI generation .PARAMETER TargetElement The Element into which the Apps should be placed