Skip to content

Commit 4da1910

Browse files
authored
chore(cmd/apply): correct grammar
fixes #3360
1 parent 9cd0589 commit 4da1910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/apply.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ func CheckStates() {
202202
utils.PrintWarning("Spotify version and backup version are mismatched.")
203203

204204
if spotStat.IsMixed() {
205-
utils.PrintInfo(`Spotify client possibly just had an new update.`)
205+
utils.PrintInfo(`Spotify client possibly just had a new update.`)
206206
utils.PrintInfo(`Please run "spicetify backup apply".`)
207207
} else if spotStat.IsStock() {
208208
utils.PrintInfo(`Spotify client is in stock state.`)

0 commit comments

Comments
 (0)