Fix: Rename Initalize-InstallAppEntry.ps1 to Initialize-InstallAppEntry.ps1

This commit is contained in:
Nilesh Mukherjee 2025-04-02 20:59:57 +05:30
parent 4ec23f76a8
commit 1f10d5fa30

View File

@ -1,7 +1,7 @@
function Initialize-InstallAppEntry { function Initialize-InstallAppEntry {
<# <#
.SYNOPSIS .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 Used to as part of the Install Tab UI generation
.PARAMETER TargetElement .PARAMETER TargetElement
The Element into which the Apps should be placed The Element into which the Apps should be placed