Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
fix typo "Scripts" to "Script"
  • Loading branch information
MyDrift-user authored Jun 12, 2024
1 parent 1ae9b91 commit fc3fc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ param (
if ($env:OS -ne "Windows_NT") {
Write-Host "============================================" -Foregroundcolor Red
Write-Host "--- Unsupported Operating System Detected --" -Foregroundcolor Red
Write-Host "------ Scripts must be run on Windows ------" -Foregroundcolor Red
Write-Host "------- Script must be run on Windows ------" -Foregroundcolor Red
Write-Host "============================================" -Foregroundcolor Red
Write-Host ""
Write-Host "Detected OS: $env:OS"
Expand Down

0 comments on commit fc3fc5d

Please sign in to comment.