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