diff --git a/Proactive Remediation/winget app update - automated/procative-remediation-creation.ps1 b/Proactive Remediation/winget app update - automated/procative-remediation-creation.ps1 index a2f1238..74adac5 100644 --- a/Proactive Remediation/winget app update - automated/procative-remediation-creation.ps1 +++ b/Proactive Remediation/winget app update - automated/procative-remediation-creation.ps1 @@ -212,5 +212,5 @@ $AADGroupID = (Get-AzureADGroup -All $true | where-object DisplayName -eq $PAR_A Write-Host "Complete" -ForegroundColor Green }else{ - Write-Host "Group $PAR_AADGroup not found, PAR createt but not assigned" -ForegroundColor Yellow + Write-Host "Group $PAR_AADGroup not found, PAR created but not assigned" -ForegroundColor Yellow }