Fix error message typo

This commit is contained in:
Claudio Ortolina
2026-02-09 09:53:58 +00:00
parent 14547838d8
commit 004b18ff4b
+1 -1
View File
@@ -13,7 +13,7 @@ defmodule MusicLibrary.ScrobbleActivity do
case Enum.sort(opts) do
[finished_at: _, started_at: _] ->
raise ArgumentError, """
Cannot scobble a release with both started_at and finished_at.
Cannot scrobble a release with both started_at and finished_at.
Remove either of them.
"""