Fix typo in comment

This commit is contained in:
Vishal 2024-04-03 11:14:55 +05:30
parent b8100b1273
commit 18c48c7e0a

View file

@ -217,7 +217,7 @@ func (c *ListmonkMailingListsController) Unsubscribe(email string) error {
if err != nil {
stacktrace.Propagate(err, "")
}
// API endpoint expects an array of subscriber id as paarmeter
// API endpoint expects an array of subscriber id as parameter
subscriberID := []int{id}
data := map[string]interface{}{