diff --git a/Download_Sophia.ps1 b/Download_Sophia.ps1 index c8e1a3a3..a5a06c97 100644 --- a/Download_Sophia.ps1 +++ b/Download_Sophia.ps1 @@ -144,7 +144,7 @@ if (-not ("WinAPI.ForegroundWindow" -as [type])) } Get-Process -Name explorer | Where-Object -FilterScript {$_.MainWindowTitle -match "Sophia Script v"} | ForEach-Object -Process { - # Show window, if minimized + # Show window, if minimized # [WinAPI.ForegroundWindow]::ShowWindowAsync($_.MainWindowHandle, 5) Start-Sleep -Seconds 3