We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8860f1b commit 39fcc02Copy full SHA for 39fcc02
install.ps1
@@ -78,7 +78,7 @@ function Get-Spicetify {
78
$targetVersion = $v
79
}
80
else {
81
- Write-Warning -Message "You have spicefied an invalid spicetify version: $v `nThe version must be in the following format: 1.2.3"
+ Write-Warning -Message "You have specified an invalid spicetify version: $v `nThe version must be in the following format: 1.2.3"
82
Pause
83
exit
84
0 commit comments