Skip to content

Commit 39fcc02

Browse files
author
mallusrgreat
authored
fix: correct minor typo when version is invalid (#3393)
1 parent 8860f1b commit 39fcc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function Get-Spicetify {
7878
$targetVersion = $v
7979
}
8080
else {
81-
Write-Warning -Message "You have spicefied an invalid spicetify version: $v `nThe version must be in the following format: 1.2.3"
81+
Write-Warning -Message "You have specified an invalid spicetify version: $v `nThe version must be in the following format: 1.2.3"
8282
Pause
8383
exit
8484
}

0 commit comments

Comments
 (0)